public class LocalCommandService extends java.lang.Object implements CommandService
Modifier and Type | Field and Description |
---|---|
private Event<java.lang.Object> |
commandEvent |
Constructor and Description |
---|
LocalCommandService() |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(Command<T> command) |
public <T> T execute(Command<T> command)
execute
in interface CommandService