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 ofEvents withnextEventas well as askipmethod inherited fromRangeIterator.EventJournal AnEventJournalis an extension ofEventIteratorthat provides the additional methodEventJournal.skipTo(long).EventListener An event listener.EventListenerIterator Allows easy iteration through a list ofEventListeners withnextEventListeneras well as askipmethod inherited fromRangeIterator.ObservationManager The ObservationManager object.