Skip navigation links
javax.jcr.observation
Interface EventListenerIterator
- All Superinterfaces:
- java.util.Iterator, RangeIterator
-
public interface EventListenerIterator
- extends RangeIterator
Allows easy iteration through a list of EventListeners with nextEventListener as well as a skip method inherited from RangeIterator.
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextEventListener
EventListener nextEventListener()
- Returns the next
EventListener in the iteration.
-
- Returns:
- the next
EventListener in the iteration.
- Throws:
java.util.NoSuchElementException - if iteration has no more EventListeners.
Skip navigation links
Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.