public final class BeanDeploymentModule extends Object
Initialized
and Destroyed
events for the application context.
This is a special case since the payload of this particular event is module specific (ServletContext for web modules, Object otherwise).
This does not apply to other Initialized
and Destroyed
events which are delivered using an accessible notifier.Modifier and Type | Method and Description |
---|---|
void |
fireEvent(Type eventType,
Object event,
Annotation... qualifiers)
Fire an event and notify observers that belong to this module.
|
String |
getId()
Identifier of the module
|
boolean |
isWebModule()
Indicates whether this module represents a web module
|
String |
toString() |
public String getId()
public boolean isWebModule()
public void fireEvent(Type eventType, Object event, Annotation... qualifiers)
eventType
- event
- qualifiers
- Copyright © 2020. All rights reserved.