Package org.exoplatform.social.common.lifecycle
Provides common lifecycle classes
-
Interface Summary Interface Description LifeCycleListener<E extends LifeCycleEvent<?,?>> A listener to follow the lifecycle. -
Class Summary Class Description AbstractLifeCycle<T extends LifeCycleListener<E>,E extends LifeCycleEvent<?,?>> Generic implementation a Lifecycle
Events are dispatched asynchronously but sequentially to their listeners according to their type.AbstractListenerPlugin Base class for a listener pluginLifeCycleCompletionService Process the callable request out of the http request.LifeCycleEvent<S,P> An event fired at different stages of the lifecycle