Package de.gurkenlabs.litiengine
Interface GameWindow.ResolutionChangedListener
- All Superinterfaces:
java.util.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 java.util.EventListenerThis listener interface receives resolution changed events of the game window.
Method Summary
Modifier and Type Method Description voidresolutionChanged(java.awt.Dimension resolution)Invoked when the resolution of theGameWindowchanged.
Method Details
resolutionChanged
void resolutionChanged(java.awt.Dimension resolution)Invoked when the resolution of theGameWindowchanged.- Parameters:
resolution- The new resolution.
