Uses of Class
org.exoplatform.services.listener.Event
-
Packages that use Event Package Description org.exoplatform.services.listener This package provides classes to manageListener. -
-
Uses of Event in org.exoplatform.services.listener
Methods in org.exoplatform.services.listener with type parameters of type Event Modifier and Type Method Description <T extends Event>
voidListenerService. broadcast(T event)This method is used when a developer want to implement his own event object and broadcast the event.Methods in org.exoplatform.services.listener with parameters of type Event Modifier and Type Method Description abstract voidListener. onEvent(Event<S,D> event)This method should be invoked when an event with the same name is broadcastedvoidListenerService.AsynchronousListener. onEvent(Event<S,D> event)Constructors in org.exoplatform.services.listener with parameters of type Event Constructor Description RunListener(Listener<S,D> listener, Event<S,D> event)
-