java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
All Implemented Interfaces:
UiGlobalEvent, UiEvent

public final class ModeInfoSetEvent extends Object implements UiGlobalEvent
  • Field Details

  • Constructor Details

    • ModeInfoSetEvent

      public ModeInfoSetEvent(boolean cursorStyleEnabled, List<ModeInfo> modeInfoList)
  • Method Details

    • isCursorStyleEnabled

      public boolean isCursorStyleEnabled()
    • getModeInfoList

      public List<ModeInfo> getModeInfoList()
    • getEventName

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

      public String toString()
      Overrides:
      toString in class Object