public interface ComponentEventManager
Modifier and Type | Method and Description |
---|---|
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.
|
@Deprecated void notifyComponentRegistered(ComponentDescriptor<?> descriptor)
notifyComponentRegistered(ComponentDescriptor, ComponentManager)
insteaddescriptor
- the descriptor for the instantiated componentvoid 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)
insteaddescriptor
- the descriptor for the instantiated componentvoid notifyComponentUnregistered(ComponentDescriptor<?> descriptor, ComponentManager componentManager)
descriptor
- the descriptor for the instantiated componentcomponentManager
- the ComponentManager from where the component has been unregisteredCopyright © 2004–2021 XWiki. All rights reserved.