Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.observation |
Provides interfaces and classes for content repository event observation
functionality.
|
Modifier and Type | Method and Description |
---|---|
EventListener |
EventListenerIterator.nextEventListener()
Returns the next
EventListener in the iteration. |
Modifier and Type | Method and Description |
---|---|
void |
ObservationManager.addEventListener(EventListener listener,
int eventTypes,
String absPath,
boolean isDeep,
String[] uuid,
String[] nodeTypeName,
boolean noLocal)
Adds an event listener that listens for the specified
eventTypes (a combination of one or more event types encoded
as a bit mask value). |
void |
ObservationManager.removeEventListener(EventListener listener)
Deregisters an event listener.
|
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.