Interface FullScreenEvent

All Superinterfaces:
Event
All Known Subinterfaces:
FullScreenEntered, FullScreenExited

public interface FullScreenEvent extends Event
The base interface for fullscreen events.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the FullScreen instance that initiated this event.
  • Method Details

    • fullScreen

      FullScreen fullScreen()
      Returns the FullScreen instance that initiated this event.