Class SequenceEndEvent


public final class SequenceEndEvent extends CollectionEndEvent
Marks the end of a sequence.
See Also:
  • Constructor Details

    • SequenceEndEvent

      public SequenceEndEvent(Optional<Mark> startMark, Optional<Mark> endMark)
    • SequenceEndEvent

      public SequenceEndEvent()
  • Method Details

    • getEventId

      public Event.ID getEventId()
      Description copied from class: Event
      Get the type (kind) if this Event
      Specified by:
      getEventId in class Event
      Returns:
      the ID of this Event
    • toString

      public String toString()
      Overrides:
      toString in class Object