cz.cuni.pogamut.Client
Interface SendCmdListener

All Superinterfaces:
java.util.EventListener

public interface SendCmdListener
extends java.util.EventListener

listener which takes care about sending commands therefore you can register listener on commands and will be notified whenever AgentBody sends one


Method Summary
 void receiveMessage(SendCmdEvent e)
           
 

Method Detail

receiveMessage

void receiveMessage(SendCmdEvent e)