Class GridScrollEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      GridScrollEvent​(int grid, int top, int bot, int left, int right, int rows, int cols)  
    • Constructor Detail

      • GridScrollEvent

        public GridScrollEvent​(int grid,
                               int top,
                               int bot,
                               int left,
                               int right,
                               int rows,
                               int cols)
    • Method Detail

      • getGrid

        public int getGrid()
      • getTop

        public int getTop()
      • getBot

        public int getBot()
      • getLeft

        public int getLeft()
      • getRight

        public int getRight()
      • getRows

        public int getRows()
      • getCols

        public int getCols()
      • getEventName

        public java.lang.String getEventName()
        Specified by:
        getEventName in interface UiEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object