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.
|
Copyright © 2004–2013 Day Management AG. All rights reserved.