Class GridCursorGotoEvent

    • Field Summary

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

      Constructors 
      Constructor Description
      GridCursorGotoEvent​(int grid, int row, int col)  
    • Constructor Detail

      • GridCursorGotoEvent

        public GridCursorGotoEvent​(int grid,
                                   int row,
                                   int col)
    • Method Detail

      • getGrid

        public int getGrid()
      • getRow

        public int getRow()
      • getCol

        public int getCol()
      • 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