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

Package class diagram package ICommandListener
All Superinterfaces:
EventListener, cz.cuni.amis.utils.listener.IListener<CMD>

public interface ICommandListener<CMD extends CommandMessage>
extends cz.cuni.amis.utils.listener.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.

Author:
Jimmy

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



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