|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListener
An event listener.
An EventListener
can be registered via the
object. Event listeners are
notified asynchronously, and see events after they occur and the transaction
is committed. An event listener only sees events for which the session that
registered it has sufficient access rights.
ObservationManager
Method Summary | |
---|---|
void |
onEvent(EventIterator events)
This method is called when a bundle of events is dispatched. |
Method Detail |
---|
void onEvent(EventIterator events)
events
- The event set received.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |