| javax.jcr.observation.EventIterator
EventIterator | public interface EventIterator extends RangeIterator(Code) | | Allows easy iteration through a list of Event s
with nextEvent as well as a skip method inherited from
RangeIterator .
|
Method Summary | |
public Calendar | getDate() Returns the date associated with this event iterator, or null . | public Event | nextEvent() Returns the next Event in the iteration. |
getDate | public Calendar getDate()(Code) | | Returns the date associated with this event iterator, or null .
The date is required to be non-null for event iterators obtained through
an
EventJournal .
the date associated with this event iterator, or null . since: JCR 2.0 |
|
|