Interface FullScreenChangeListener

  • All Implemented Interfaces:

    
    public interface FullScreenChangeListener
    
                        

    The FullScreenChangeListener which can be used to listen for changes in the fullscreen state of the THEOplayerView.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onEnterFullScreen() Called after the player has entered the fullscreen state.
      abstract void onExitFullScreen() Called after the player has left the fullscreen state.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onEnterFullScreen

         abstract void onEnterFullScreen()

        Called after the player has entered the fullscreen state.

      • onExitFullScreen

         abstract void onExitFullScreen()

        Called after the player has left the fullscreen state.