Class SeekedEvent


  • public class SeekedEvent
    extends Event
    Fired when when a seek is completed and content playback resumes.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPosition()  
      • Methods inherited from class com.jwplayer.pub.api.events.Event

        getPlayer
      • Methods inherited from class java.lang.Object

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

      • SeekedEvent

        public SeekedEvent​(@NonNull
                           JWPlayer player,
                           double position)
    • Method Detail

      • getPosition

        public double getPosition()