Interface FullScreenEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
FullScreenEntered
,FullScreenExited
The base interface for fullscreen events.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theFullScreen
instance that initiated this event.
-
Method Details
-
fullScreen
FullScreen fullScreen()Returns theFullScreen
instance that initiated this event.
-