| Modifier and Type | Method and Description |
|---|---|
void |
IAct.addCommandListener(Class commandClass,
ICommandListener listener)
Attach listener to outgoing commands from body.
|
boolean |
IAct.isCommandListening(Class commandClass,
ICommandListener listener)
Whether the listener is listening for commands of commandClass.
|
void |
IAct.removeCommandListener(Class commandClass,
ICommandListener listener)
Remove the listener to outgoing commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Act.addCommandListener(Class commandClass,
ICommandListener listener) |
boolean |
Act.isCommandListening(Class commandClass,
ICommandListener listener) |
void |
Act.removeCommandListener(Class commandClass,
ICommandListener listener) |
| Modifier and Type | Field and Description |
|---|---|
protected ICommandListener<COMMAND> |
CommandReact.reactListener |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.