|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICommandListener | |
|---|---|
| cz.cuni.amis.pogamut.base.communication.command | |
| cz.cuni.amis.pogamut.base.communication.command.impl | |
| cz.cuni.amis.pogamut.base.communication.command.react | |
| Uses of ICommandListener in cz.cuni.amis.pogamut.base.communication.command |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.command with parameters of type ICommandListener | |
|---|---|
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. |
| Uses of ICommandListener in cz.cuni.amis.pogamut.base.communication.command.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.command.impl with parameters of type ICommandListener | |
|---|---|
void |
Act.addCommandListener(Class commandClass,
ICommandListener listener)
|
boolean |
Act.isCommandListening(Class commandClass,
ICommandListener listener)
|
void |
Act.removeCommandListener(Class commandClass,
ICommandListener listener)
|
| Uses of ICommandListener in cz.cuni.amis.pogamut.base.communication.command.react |
|---|
| Fields in cz.cuni.amis.pogamut.base.communication.command.react declared as ICommandListener | |
|---|---|
protected ICommandListener<COMMAND> |
CommandReact.reactListener
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||