Package de.flapdoodle.kfx.events
Class EventHandlers.ChainingEventHandler
-
- All Implemented Interfaces:
-
java.util.EventListener,javafx.event.EventHandler
public final class EventHandlers.ChainingEventHandler<T extends Event> implements EventHandler<T>
-
-
Constructor Summary
Constructors Constructor Description EventHandlers.ChainingEventHandler(Function1<T, Boolean> predicate, Function1<T, Unit> preAction, Function1<T, Unit> action, EventHandlers.ChainingEventHandler<T> fallback)
-