| Package | Description |
|---|---|
| org.exoplatform.services.listener |
This package provides classes to manage
Listener. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Event> |
ListenerService.broadcast(T event)
This method is used when a developer want to implement his own event object
and broadcast the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerService.AsynchronousListener.onEvent(Event<S,D> event) |
abstract void |
Listener.onEvent(Event<S,D> event)
This method should be invoked when an event with the same name is
broadcasted
|
| Constructor and Description |
|---|
RunListener(Listener<S,D> listener,
Event<S,D> event) |
Copyright © 2016 eXo Platform SAS. All Rights Reserved.