Uses of Class
com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
-
Packages that use NeovimRedrawEvent Package Description com.ensarsarajcic.neovim.java.notifications -
-
Uses of NeovimRedrawEvent in com.ensarsarajcic.neovim.java.notifications
Methods in com.ensarsarajcic.neovim.java.notifications that return types with arguments of type NeovimRedrawEvent Modifier and Type Method Description java.util.concurrent.Flow.Publisher<NeovimRedrawEvent>NeovimNotificationHandler. uiEvents()Passes down a publisher ofNeovimRedrawEventobjects receivedNeovimRedrawEventis a special type of notification that is received when attached to Neovim It will never completejava.util.concurrent.Flow.Publisher<NeovimRedrawEvent>NeovimStreamNotificationHandler. uiEvents()
-