EventBundle
is similar to the {@link javax.jcr.observation.EventIterator} interface. Other than theEventIterator
an EventBundle
allows to retrieve the events multiple times using the {@link #getEvents} method.
EventBundle
defines an empty interface used to represent a bundle of events.
@see EventDiscovery#addEventBundle(EventBundle)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|