cia.test.uca.addr
Class AddressBookAgent

java.lang.Object
  |
  +--cia.agent.PersonalAgent
        |
        +--cia.test.uca.addr.AddressBookAgent

public class AddressBookAgent
extends PersonalAgent
implements UCADrawable, java.awt.event.ActionListener

this program reverses a string from a textfield


Fields inherited from class cia.agent.PersonalAgent
isDone
 
Constructor Summary
AddressBookAgent()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          will be calle when savebutton was pressed
 void finalizeGui()
          will be called when removeRole(con) is called
 java.lang.String getName()
           
 void init()
           
 void initializeGui()
           
 
Methods inherited from class cia.agent.PersonalAgent
addRole, getAgentBusFactory, getAgentURL, getRole, main, removeRole, run, setAgentBusFactory, setAgentURL, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressBookAgent

public AddressBookAgent()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class PersonalAgent

init

public void init()
Overrides:
init in class PersonalAgent

initializeGui

public void initializeGui()
Specified by:
initializeGui in interface UCADrawable

finalizeGui

public void finalizeGui()
will be called when removeRole(con) is called
Specified by:
finalizeGui in interface UCADrawable

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
will be calle when savebutton was pressed
Specified by:
actionPerformed in interface java.awt.event.ActionListener