Package javax.jcr.observation
Interface EventIterator
- All Superinterfaces:
Iterator,RangeIterator
- All Known Subinterfaces:
EventJournal
- All Known Implementing Classes:
EventIteratorAdapter
Allows easy iteration through a list of
Events with
nextEvent as well as a skip method inherited from
RangeIterator.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Method Details
-
nextEvent
Event nextEvent()Returns the nextEventin the iteration.- Returns:
- the next
Eventin the iteration. - Throws:
NoSuchElementException- if iteration has no moreEvents.
-