Class CursorGotoEvent

    • Field Summary

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

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

      • CursorGotoEvent

        public CursorGotoEvent​(int row,
                               int col)
    • Method Detail

      • 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