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, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPosition, getSize, skip
forEachRemaining, hasNext, next, remove
public ArrayEventListenerIterator(EventListener[] listeners)
listeners
- the listeners to iteratepublic EventListener nextEventListener()
nextEventListener
in interface EventListenerIterator
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.