Class ControlsEvent

java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.ControlsEvent

public class ControlsEvent extends Event
Fired when controls are enabled or disabled through the API.
  • Constructor Details

    • ControlsEvent

      public ControlsEvent(JWPlayer player, boolean controls)
  • Method Details

    • getControls

      public boolean getControls()
      Returns:
      New state of the controls.