org.jvyamlb.events
Class PositionedSequenceEndEvent
java.lang.Object
org.jvyamlb.events.Event
org.jvyamlb.events.CollectionEndEvent
org.jvyamlb.events.SequenceEndEvent
org.jvyamlb.events.PositionedSequenceEndEvent
- All Implemented Interfaces:
- Positionable
public class PositionedSequenceEndEvent
- extends SequenceEndEvent
- implements Positionable
- Author:
- Ola Bini
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
range
private Position.Range range
PositionedSequenceEndEvent
public PositionedSequenceEndEvent(Position.Range r)
getPosition
public Position getPosition()
- Specified by:
getPosition
in interface Positionable
getRange
public Position.Range getRange()
- Specified by:
getRange
in interface Positionable
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class Event