Class SeekedEvent

  • All Implemented Interfaces:
    Event

    public class SeekedEvent
    extends java.lang.Object
    implements Event
    Payload that accompanies the onSeeked() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      SeekedEvent​(double position)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPosition()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeekedEvent

        public SeekedEvent​(double position)
    • Method Detail

      • getPosition

        public double getPosition()