public class EventListenerIteratorAdapter extends RangeIteratorDecorator implements javax.jcr.observation.EventListenerIterator
| Modifier and Type | Field and Description |
|---|---|
static javax.jcr.observation.EventListenerIterator |
EMPTY
Static instance of an empty
EventListenerIterator. |
| Constructor and Description |
|---|
EventListenerIteratorAdapter(Collection collection)
Creates an iterator for the given collection.
|
EventListenerIteratorAdapter(Iterator iterator)
Creates an adapter for the given
Iterator. |
EventListenerIteratorAdapter(javax.jcr.RangeIterator iterator)
Creates an adapter for the given
RangeIterator. |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.observation.EventListener |
nextEventListener()
Returns the next event listener.
|
getPosition, getSize, hasNext, next, remove, skippublic static final javax.jcr.observation.EventListenerIterator EMPTY
EventListenerIterator.public EventListenerIteratorAdapter(javax.jcr.RangeIterator iterator)
RangeIterator.iterator - iterator of EventListenerspublic EventListenerIteratorAdapter(Iterator iterator)
Iterator.iterator - iterator of EventListenerspublic EventListenerIteratorAdapter(Collection collection)
collection - collection of EventListenerspublic javax.jcr.observation.EventListener nextEventListener()
nextEventListener in interface javax.jcr.observation.EventListenerIteratorNoSuchElementException - if there is no next event listenerCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.