@FunctionalInterface public interface InputHandler<T extends Event> extends 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)
default void handle(T event)
handle in interface EventHandler<T extends Event>