|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentEventManager
Manages Component Events (when a component instance is created for example). It's recommended that implementations use the Observation module to send the events. We're introducing this level of indirection in order to be able to perform some processing before the events are fired. For example one implementation may want to stack the events before sending them.
| Method Summary | |
|---|---|
void |
notifyComponentRegistered(ComponentDescriptor<?> descriptor)
Deprecated. since 3.3 use notifyComponentRegistered(ComponentDescriptor, ComponentManager) instead |
void |
notifyComponentRegistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
Notify all listeners that a component with the passed descriptor has been registered. |
void |
notifyComponentUnregistered(ComponentDescriptor<?> descriptor)
Deprecated. since 3.3 use notifyComponentUnregistered(ComponentDescriptor, ComponentManager) instead |
void |
notifyComponentUnregistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
Notify all listeners that a component with the passed descriptor has been unregistered. |
| Method Detail |
|---|
@Deprecated void notifyComponentRegistered(ComponentDescriptor<?> descriptor)
notifyComponentRegistered(ComponentDescriptor, ComponentManager) instead
descriptor - the descriptor for the instantiated component
void notifyComponentRegistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
descriptor - the descriptor for the instantiated componentcomponentManager - the ComponentManager where the component has been registered@Deprecated void notifyComponentUnregistered(ComponentDescriptor<?> descriptor)
notifyComponentUnregistered(ComponentDescriptor, ComponentManager) instead
descriptor - the descriptor for the instantiated component
void notifyComponentUnregistered(ComponentDescriptor<?> descriptor,
ComponentManager componentManager)
descriptor - the descriptor for the instantiated componentcomponentManager - the ComponentManager from where the component has been unregistered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||