Uses of Interface
com.ensarsarajcic.neovim.java.notifications.buffer.BufferEvent
-
Packages that use BufferEvent Package Description com.ensarsarajcic.neovim.java.notifications com.ensarsarajcic.neovim.java.notifications.buffer -
-
Uses of BufferEvent in com.ensarsarajcic.neovim.java.notifications
Methods in com.ensarsarajcic.neovim.java.notifications that return types with arguments of type BufferEvent Modifier and Type Method Description java.util.concurrent.Flow.Publisher<BufferEvent>NeovimNotificationHandler. 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 completejava.util.concurrent.Flow.Publisher<BufferEvent>NeovimStreamNotificationHandler. bufferEvents() -
Uses of BufferEvent in com.ensarsarajcic.neovim.java.notifications.buffer
Classes in com.ensarsarajcic.neovim.java.notifications.buffer that implement BufferEvent Modifier and Type Class Description classBufferChangedTickEventclassBufferDetachEventclassBufferLinesEventFields in com.ensarsarajcic.neovim.java.notifications.buffer with type parameters of type BufferEvent Modifier and Type Field Description static java.util.function.Function<java.util.List,BufferEvent>BufferChangedTickEvent. CREATORstatic java.util.function.Function<java.util.List,BufferEvent>BufferDetachEvent. CREATORstatic java.util.function.Function<java.util.List,BufferEvent>BufferLinesEvent. CREATOR
-