Module neovim.notifications
Class CursorGotoEvent
java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- All Implemented Interfaces:
UiGridEvent,UiEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CursorGotoEvent
public CursorGotoEvent(int row, int col)
-
-
Method Details
-
getRow
public int getRow() -
getCol
public int getCol() -
getEventName
- Specified by:
getEventNamein interfaceUiEvent
-
toString
-