Class NeovimRedrawEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Detail

      • NeovimRedrawEvent

        public NeovimRedrawEvent​(java.util.List<UiEvent> uiEvents)
    • Method Detail

      • getNotificationName

        public java.lang.String getNotificationName()
        Description copied from interface: NeovimNotification
        Provides the name of this notification type. This will usually have the same value between instances.
        Specified by:
        getNotificationName in interface NeovimNotification
        Returns:
        name of this notification type
      • getUiEvents

        public java.util.List<UiEvent> getUiEvents()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object