Interface EventListenerIterator

    • Method Detail

      • nextEventListener

        EventListener nextEventListener()
        Returns the next EventListener in the iteration.
        Returns:
        the next EventListener in the iteration.
        Throws:
        NoSuchElementException - if iteration has no more EventListeners.