org.jvyamlb.events
Class PositionedStreamEndEvent
java.lang.Object
org.jvyamlb.events.Event
org.jvyamlb.events.StreamEndEvent
org.jvyamlb.events.PositionedStreamEndEvent
- All Implemented Interfaces:
- Positionable
public class PositionedStreamEndEvent
- extends StreamEndEvent
- 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
PositionedStreamEndEvent
public PositionedStreamEndEvent(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