org.apache.jackrabbit.api.jsr283.observation
Interface EventIterator

All Superinterfaces:
EventIterator, Iterator, RangeIterator
All Known Subinterfaces:
EventJournal

public interface EventIterator
extends EventIterator

Since:
JCR 2.0

Method Summary
 Calendar getDate()
          Returns the date associated with this event iterator, or null.
 
Methods inherited from interface javax.jcr.observation.EventIterator
nextEvent
 
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getDate

Calendar getDate()
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.

Returns:
the date associated with this event iterator, or null.
Since:
JCR 2.0


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.