|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListenerIterator
Allows easy iteration through a list of EventListener
s
with nextEventListener
as well as a skip
method inherited from
RangeIterator
.
Method Summary | |
---|---|
EventListener |
nextEventListener()
Returns the next EventListener in the iteration. |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, getSize, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
EventListener nextEventListener()
EventListener
in the iteration.
EventListener
in the iteration.
NoSuchElementException
- if iteration has no more EventListener
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |