Class PositionChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PositionChangedEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Position getPosition()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PositionChangedEvent

        public PositionChangedEvent​(java.lang.Object source,
                                    Position position)
    • Method Detail

      • getPosition

        public Position getPosition()