Module neovim.notifications
Interface BufferEvent
-
- All Superinterfaces:
NeovimNotification
- All Known Implementing Classes:
BufferChangedTickEvent,BufferDetachEvent,BufferLinesEvent
public interface BufferEvent extends NeovimNotification
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPREFIX
-
Method Summary
-
Methods inherited from interface com.ensarsarajcic.neovim.java.notifications.NeovimNotification
getNotificationName
-
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
-