Interface ScreenListener

  • All Known Implementing Classes:
    GuiGraphicBuffer

    public interface ScreenListener
    • Method Summary

      Modifier and Type Method Description
      void onScreenChanged​(int inUpdate, int startRow, int startCol, int endRow, int endCol)  
      void onScreenSizeChanged​(int rows, int cols)  
    • Method Detail

      • onScreenChanged

        void onScreenChanged​(int inUpdate,
                             int startRow,
                             int startCol,
                             int endRow,
                             int endCol)
      • onScreenSizeChanged

        void onScreenSizeChanged​(int rows,
                                 int cols)