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

public final class SetScrollRegionEvent extends Object implements UiGridEvent
  • Field Details

  • 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

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

      public String toString()
      Overrides:
      toString in class Object