cz.cuni.amis.pogamut.base.communication.command
Interface ICommandListener<CMD extends CommandMessage>

All Superinterfaces:
java.util.EventListener, IListener<CMD>

public interface ICommandListener<CMD extends CommandMessage>
extends IListener<CMD>

This is an interface you need to implement, if you want to listen for a certain type of the command message that is sent by the agent.


Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.cuni.amis.utils.listener.IListener
IListener.Notifier<LISTENER extends IListener>
 
Method Summary
 
Methods inherited from interface cz.cuni.amis.utils.listener.IListener
notify