Interface Events

    • Method Detail

      • hasNext

        boolean hasNext()
        Returns @true if the Events has more elements.
        Returns:
        true if the Events has more elements.
      • readNext

        ConcreteEvent readNext()
        Returns the next event ConcreteEvent in the Events.
        Returns:
        the next event.
      • getCurrentEvent

        ConcreteEvent getCurrentEvent()
        Returns the current event ConcreteEvent.
        Returns:
        the current event.