drm.agentbase
Interface IBaseListener

All Known Implementing Classes:
TestGUINode

public interface IBaseListener

The base sends information about itself trough this interface.


Method Summary
 void agentArrived(java.lang.String name)
          Reaction when an agent has been added to the base.
 void agentDestroyed(java.lang.String name)
          Reaction when an agent has been destroyed (ie removed from the base).
 

Method Detail

agentArrived

public void agentArrived(java.lang.String name)
Reaction when an agent has been added to the base.
Parameters:
name - Name of the agent

agentDestroyed

public void agentDestroyed(java.lang.String name)
Reaction when an agent has been destroyed (ie removed from the base).
Parameters:
name - Name of the agent