Copyright© 2008-2018 SiteVision AB, all rights reserved.
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
SiteVision note: Unsupported operation
Modifier and Type | Method and Description |
---|---|
void |
onEvent(EventIterator events)
This method is called when a bundle of events is dispatched.
|
void onEvent(EventIterator events)
events
- The event set received.SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.