Module neovim.notifications
Class SetScrollRegionEvent
java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- All Implemented Interfaces:
UiGridEvent,UiEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SetScrollRegionEvent
public SetScrollRegionEvent(int top, int bot, int left, int right)
-
-
Method Details
-
getTop
public int getTop() -
getBot
public int getBot() -
getLeft
public int getLeft() -
getRight
public int getRight() -
getEventName
- Specified by:
getEventNamein interfaceUiEvent
-
toString
-