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 Type
    Method
    Description
    void
    Invoked when the resolution of the GameWindow changed.
  • Method Details

    • resolutionChanged

      void resolutionChanged(Dimension resolution)
      Invoked when the resolution of the GameWindow changed.
      Parameters:
      resolution - The new resolution.