Class FullscreenEvent

  • All Implemented Interfaces:
    Event

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

      Constructors 
      Constructor Description
      FullscreenEvent​(boolean fullscreen)  
    • Method Summary

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

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

      • FullscreenEvent

        public FullscreenEvent​(boolean fullscreen)
    • Method Detail

      • getFullscreen

        public boolean getFullscreen()
        Returns:
        The player's new fullscreen state