apollo.dataadapter.ensj.controller
Class ActionEventRouter

java.lang.Object
  extended by apollo.dataadapter.ensj.controller.EventRouter
      extended by apollo.dataadapter.ensj.controller.ActionEventRouter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ActionEventRouter
extends EventRouter
implements java.awt.event.ActionListener

Generic class to forward action events onto central handler.


Constructor Summary
ActionEventRouter(Controller handler, java.lang.String key)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class apollo.dataadapter.ensj.controller.EventRouter
getHandler, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionEventRouter

public ActionEventRouter(Controller handler,
                         java.lang.String key)
Method Detail

actionPerformed

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