Package org.exoplatform.commons.api.event
package org.exoplatform.commons.api.event
Provides the API for the event manager system.
It contains interfaces which are the central point of event system (EventManager) and generic listener (EventListener).
-
InterfacesClassDescriptionEventListener<S,
D> Processes all the dedicated works which are delegated fromEventManager.EventManager<S,D> Is the central point of the event system where listeners are registered (and/or unregistered) and events are fired.