@FunctionalInterface
public interface InputHandler<T extends javafx.event.Event>
extends javafx.event.EventHandler<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
InputHandler.Result |
| Modifier and Type | Method and Description |
|---|---|
default void |
handle(T event) |
InputHandler.Result |
process(T event) |
InputHandler.Result process(T event)