Uses of Class
io.keikai.doc.collab.utils.EventHandler
-
Packages that use EventHandler Package Description io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of EventHandler in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types that return EventHandler Modifier and Type Method Description EventHandler<java.util.List<E>>AbstractType. getDeepEventHandler() -
Uses of EventHandler in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return EventHandler Modifier and Type Method Description static EventHandlerEventHandler. createEventHandler()Methods in io.keikai.doc.collab.utils with parameters of type EventHandler Modifier and Type Method Description static <T> voidEventHandler. addEventHandlerListener(EventHandler eventHandler, java.util.function.BiConsumer<T,Transaction> function)Adds an event listener that is called whencallEventHandlerListeners(io.keikai.doc.collab.utils.EventHandler, T, io.keikai.doc.collab.utils.Transaction)is called.static <T> voidEventHandler. addEventHandlerListener(EventHandler eventHandler, java.util.function.Consumer<T> function)Adds an event listener that is called whencallEventHandlerListeners(io.keikai.doc.collab.utils.EventHandler, T, io.keikai.doc.collab.utils.Transaction)is called.static <T> voidEventHandler. callEventHandlerListeners(EventHandler eventHandler, T event, Transaction transaction)Call all event listeners that were added viaaddEventHandlerListener(io.keikai.doc.collab.utils.EventHandler, java.util.function.Consumer<T>).static <T> voidEventHandler. removeEventHandlerListener(EventHandler eventHandler, java.util.function.BiConsumer<T,Transaction> function)Removes an event listener.
-