Interface WindowEvents

All Known Implementing Classes:
TestUI

public interface WindowEvents
WindowEvents
Author:
pquiring
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    windowResize(int x, int y)
     
  • Method Details

    • windowResize

      void windowResize(int x, int y)
    • windowClosing

      void windowClosing()