Interface GLAreaClass.OnResize

Enclosing class:
GLAreaClass
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 GLAreaClass.OnResize
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResize(CallbackHandler __self, GLArea area, int width, int height)
     
  • Method Details

    • onResize

      void onResize(CallbackHandler __self, @Nonnull GLArea area, int width, int height)
      Parameters:
      area -
      width -
      height -