public interface EventListener
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
Modifier and Type | Method and Description |
---|---|
void |
onEvent(EventIterator events)
Gets called when an event occurs.
|
void onEvent(EventIterator events)
events
- The event set recieved.Copyright © 2004–2013 Day Management AG. All rights reserved.