Array implementation of the JCR
EventListenerIterator interface.
This class is used by the JCR-RMI client adapters to convert
listener arrays to iterators.
@Deprecated public class ArrayEventListenerIterator extends ArrayIterator implements EventListenerIterator
| Constructor and Description |
|---|
ArrayEventListenerIterator(EventListener[] listeners)
Deprecated.
Creates an iterator for the given array of listeners.
|
| Modifier and Type | Method and Description |
|---|---|
EventListener |
nextEventListener()
Deprecated.
|
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–2024 The Apache Software Foundation. All rights reserved.