Module neovim.notifications
Interface NeovimNotification
- All Known Subinterfaces:
BufferEvent,GlobalEvent
- All Known Implementing Classes:
BufferChangedTickEvent,BufferDetachEvent,BufferLinesEvent,ErrorEvent,NeovimRedrawEvent
public interface NeovimNotification
Interface 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
Modifier and TypeMethodDescriptionProvides the name of this notification type.
-
Method Details
-
getNotificationName
String getNotificationName()Provides the name of this notification type. This will usually have the same value between instances.- Returns:
- name of this notification type
-