Package javax.jcr.observation
package javax.jcr.observation
Provides interfaces and classes for content repository event observation
functionality.
-
InterfacesClassDescriptionAn event fired by the observation mechanism.Allows easy iteration through a list of
Events withnextEventas well as askipmethod inherited fromRangeIterator.AnEventJournalis an extension ofEventIteratorthat provides the additional methodEventJournal.skipTo(long).An event listener.Allows easy iteration through a list ofEventListeners withnextEventListeneras well as askipmethod inherited fromRangeIterator.The ObservationManager object.