org.globus.cog.gui.grapheditor.targets.swing
Class ActionEventLink

java.lang.Object
  extended by org.globus.cog.gui.grapheditor.targets.swing.ActionEventLink
All Implemented Interfaces:
ActionListener, EventListener

public class ActionEventLink
extends Object
implements ActionListener


Constructor Summary
ActionEventLink(Map actionMap, EventConsumer consumer)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionEventLink

public ActionEventLink(Map actionMap,
                       EventConsumer consumer)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener