Uses of Interface
cz.cuni.amis.pogamut.base.communication.command.ICommandListener

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
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.