Uses of Interface
com.ensarsarajcic.neovim.java.notifications.buffer.BufferEvent
Packages that use BufferEvent
Package
Description
-
Uses of BufferEvent in com.ensarsarajcic.neovim.java.notifications
Methods in com.ensarsarajcic.neovim.java.notifications that return types with arguments of type BufferEventModifier and TypeMethodDescriptionNeovimNotificationHandler.bufferEvents()Passes down a publisher ofBufferEventobjects receivedBufferEventis a special type of notification that is received when attached to a buffer in Neovim It will never completeNeovimStreamNotificationHandler.bufferEvents() -
Uses of BufferEvent in com.ensarsarajcic.neovim.java.notifications.buffer
Classes in com.ensarsarajcic.neovim.java.notifications.buffer that implement BufferEventModifier and TypeClassDescriptionfinal classfinal classfinal classFields in com.ensarsarajcic.neovim.java.notifications.buffer with type parameters of type BufferEventModifier and TypeFieldDescriptionstatic final Function<List,BufferEvent> BufferChangedTickEvent.CREATORstatic final Function<List,BufferEvent> BufferDetachEvent.CREATORstatic final Function<List,BufferEvent> BufferLinesEvent.CREATOR