Uses of Class
org.exoplatform.services.listener.Listener
Packages that use Listener
-
Uses of Listener in org.exoplatform.services.listener
Subclasses of Listener in org.exoplatform.services.listenerModifier and TypeClassDescriptionprotected classThis AsynchronousListener is a wrapper for original listener, that executes wrapped listeners onEvent() in separate thread.Methods in org.exoplatform.services.listener with parameters of type ListenerModifier and TypeMethodDescriptionvoidListenerService.addListener(String eventName, Listener listener) This method is used to register a newListener.voidListenerService.addListener(Listener listener) This method is used to register aListenerto the events of the same name.Constructors in org.exoplatform.services.listener with parameters of type Listener