java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
All Implemented Interfaces:
UiGridEvent, UiEvent

public final class CursorGotoEvent extends Object implements UiGridEvent
  • Field Details

  • Constructor Details

    • CursorGotoEvent

      public CursorGotoEvent(int row, int col)
  • Method Details

    • getRow

      public int getRow()
    • getCol

      public int getCol()
    • getEventName

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

      public String toString()
      Overrides:
      toString in class Object