Interface GameWindow.ResolutionChangedListener
- All Superinterfaces:
EventListener
- Enclosing class:
GameWindow
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface GameWindow.ResolutionChangedListener
extends EventListener
This listener interface receives resolution changed events of the game window.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolutionChanged(Dimension resolution) Invoked when the resolution of theGameWindowchanged.
-
Method Details
-
resolutionChanged
Invoked when the resolution of theGameWindowchanged.- Parameters:
resolution- The new resolution.
-