Class PlayEvent

  • All Implemented Interfaces:
    Event

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

      Constructors 
      Constructor Description
      PlayEvent​(com.longtailvideo.jwplayer.core.PlayerState oldState)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.longtailvideo.jwplayer.core.PlayerState getOldState()  
      • Methods inherited from class java.lang.Object

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

      • PlayEvent

        public PlayEvent​(com.longtailvideo.jwplayer.core.PlayerState oldState)
    • Method Detail

      • getOldState

        @NonNull
        public com.longtailvideo.jwplayer.core.PlayerState getOldState()
        Returns:
        The state the player moved from.