public class ArrayEventListenerIterator extends ArrayIterator implements EventListenerIterator
EventListenerIterator interface.
This class is used by the JCR-RMI client adapters to convert
listener arrays to iterators.| Constructor and Description |
|---|
ArrayEventListenerIterator(EventListener[] listeners)
Creates an iterator for the given array of listeners.
|
| Modifier and Type | Method and Description |
|---|---|
EventListener |
nextEventListener() |
getPosition, getSize, hasNext, next, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPosition, getSize, skipforEachRemaining, hasNext, next, removepublic ArrayEventListenerIterator(EventListener[] listeners)
listeners - the listeners to iteratepublic EventListener nextEventListener()
nextEventListener in interface EventListenerIteratorCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.