prueba1.testAgents
Class Alex2

java.lang.Object
  |
  +--prueba1.agent.Agent
        |
        +--prueba1.testAgents.Alex2
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable

public class Alex2
extends Agent
implements java.io.Serializable, java.awt.event.ActionListener

See Also:
Serialized Form

Fields inherited from class prueba1.agent.Agent
method, myPlatform
 
Constructor Summary
Alex2()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.awt.Component createComponents()
           
 void destination(java.lang.String _dest)
           
 void GUI()
           
 void start()
          This method is to be called each time the agent is started.
 void yaCalledMe()
          This method is to be invoked from a remote agent...
 
Methods inherited from class prueba1.agent.Agent
errorRaised, getName, moveTo, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alex2

public Alex2()
Method Detail

start

public void start()
Description copied from class: Agent
This method is to be called each time the agent is started. Users have to implement this method by extending this class
Overrides:
start in class Agent

destination

public void destination(java.lang.String _dest)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

createComponents

public java.awt.Component createComponents()

GUI

public void GUI()

yaCalledMe

public void yaCalledMe()
This method is to be invoked from a remote agent...