Package javax.jcr.observation
Provides interfaces and classes for content repository event observation
functionality.
-
Interface Summary Interface Description Event An event fired by the observation mechanism.EventIterator Allows easy iteration through a list ofEvent
s withnextEvent
as well as askip
method inherited fromRangeIterator
.EventJournal AnEventJournal
is an extension ofEventIterator
that provides the additional methodEventJournal.skipTo(long)
.EventListener An event listener.EventListenerIterator Allows easy iteration through a list ofEventListener
s withnextEventListener
as well as askip
method inherited fromRangeIterator
.ObservationManager The ObservationManager object.