de.winterfish.nathanX.person
Class PersonExtension

java.lang.Object
  |
  +--de.winterfish.nathanX.person.PersonExtension
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, NathanExtension

public class PersonExtension
extends java.lang.Object
implements NathanExtension, java.awt.event.ActionListener


Constructor Summary
PersonExtension()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 java.lang.String getName()
           
 void init(Nathan nathan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonExtension

public PersonExtension()
Method Detail

init

public void init(Nathan nathan)
Specified by:
init in interface NathanExtension

getName

public java.lang.String getName()
Specified by:
getName in interface NathanExtension

actionPerformed

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