Module neovim.notifications
Class BufferChangedTickEvent
java.lang.Object
com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- All Implemented Interfaces:
BufferEvent,NeovimNotification
-
Field Summary
FieldsFields inherited from interface com.ensarsarajcic.neovim.java.notifications.buffer.BufferEvent
PREFIX -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
CREATOR
-
-
Constructor Details
-
BufferChangedTickEvent
-
-
Method Details
-
getBuffer
-
getChangedTick
public long getChangedTick() -
getNotificationName
Description copied from interface:NeovimNotificationProvides the name of this notification type. This will usually have the same value between instances.- Specified by:
getNotificationNamein interfaceNeovimNotification- Returns:
- name of this notification type
-
toString
-