Uses of Interface
org.exoplatform.services.listener.ListenerBase
Packages that use ListenerBase
-
Uses of ListenerBase in org.exoplatform.services.listener
Classes in org.exoplatform.services.listener that implement ListenerBaseModifier and TypeClassDescriptionclassListener<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.protected 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 ListenerBaseModifier and TypeMethodDescriptionvoidListenerService.addListener(String eventName, ListenerBase listener) This method is used to register a newListener.Constructors in org.exoplatform.services.listener with parameters of type ListenerBaseModifierConstructorDescriptionAsynchronousListener(ListenerBase<S, D> listener) RunListener(ListenerBase<S, D> listener, Event<S, D> event)