Module neovim.notifications
Interface NeovimNotification
-
- All Known Subinterfaces:
BufferEvent
- All Known Implementing Classes:
BufferChangedTickEvent,BufferDetachEvent,BufferLinesEvent,NeovimRedrawEvent
public interface NeovimNotificationInterface describing a neovim notification type. Only common thing for all notifications is that they can have a name And any number of arguments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNotificationName()Provides the name of this notification type.
-