|
eXo Kernel :: Component :: Common Service 2.4.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 |
void |
ListenerService.AsynchronousListener.onEvent(Event<S,D> event)
|
| Constructors in org.exoplatform.services.listener with parameters of type Event | |
|---|---|
ListenerService.RunListener(Listener<S,D> listener,
Event<S,D> event)
|
|
|
eXo Kernel :: Component :: Common Service 2.4.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||