de.winterfish.nathan.ext
Class MngFilterExtension

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

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


Constructor Summary
MngFilterExtension()
           
 
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

MngFilterExtension

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