@FunctionalInterface public interface CommandProcessor
| Modifier and Type | Field and Description |
|---|---|
static CommandProcessor |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
onCommand(Command command,
EventRouter router) |
static final CommandProcessor NOOP
void onCommand(Command command, EventRouter router)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.