prueba1.testAgents
Class AlexGUI

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

public class AlexGUI
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
AlexGUI()
          This is the constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method tells what to do when the button is pressed.
 java.awt.Component createComponents()
          Creates the components of the window
 void GUI()
          This is the method that displays the GUI on the screen and so...
 void start()
          This method is called when the agent is created
 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

AlexGUI

public AlexGUI()
This is the constructor. We ask the our Name
Method Detail

start

public void start()
This method is called when the agent is created
Overrides:
start in class Agent

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method tells what to do when the button is pressed.
Specified by:
actionPerformed in interface java.awt.event.ActionListener

createComponents

public java.awt.Component createComponents()
Creates the components of the window

GUI

public void GUI()
This is the method that displays the GUI on the screen and so...

yaCalledMe

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