de.winterfish.nathan.ext
Class RevertToOriginalExtension

java.lang.Object
  |
  +--de.winterfish.nathan.ext.RevertToOriginalExtension
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, NathanExtension, NeonSelectionListener

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


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

Constructor Detail

RevertToOriginalExtension

public RevertToOriginalExtension()
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

selectionChanged

public void selectionChanged(NeonSelectionEvent event)
Specified by:
selectionChanged in interface NeonSelectionListener