Uses of Class
org.exoplatform.services.listener.Event

Packages that use Event
org.exoplatform.services.listener   
 

Uses of Event in org.exoplatform.services.listener
 

Methods in org.exoplatform.services.listener with type parameters of type Event
<T extends Event>
void
ListenerService.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
abstract  void Listener.onEvent(Event<S,D> event)
          This method should be invoked when an event with the same name is broadcasted
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.