Examples of agentDied()


Examples of de.tuclausthal.informatik.winf.mobileagents.container.ContainerListener.agentDied()

  void notifyAgentDead(AgentInfo agent)
  {
    for(int i = 0; i < this.containerListeners.size(); i++)
    {
      ContainerListener l = (ContainerListener)this.containerListeners.get(i);
      l.agentDied(agent);
    }
  }

  /**
   * <p>Deliveres the <code>Message</code>.</p>
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.