Package org.exoplatform.services.listener
This package provides classes to manage
Listener.-
Class Summary Class Description Event<S,D> Created by The eXo Platform SAS
Event object.Listener<S,D> Created by The eXo Platform SAS
This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.ListenerService Created by The eXo Platform SAS
Listener Service is reponsible for notifying theListenerwhen a given event is broadcasted.ListenerThreadFactory This ThreadFactory implementation is a copy of Executors$DefaultThreadFactory. -
Annotation Types Summary Annotation Type Description Asynchronous Created by The eXo Platform SAS
This marker annotation shows that Listener must be executed in asynchronous way.