com.jeta.open.gui.framework
Class DelegateAction

java.lang.Object
  extended by com.jeta.open.gui.framework.DelegateAction
All Implemented Interfaces:
ActionListener, EventListener

public class DelegateAction
extends Object
implements ActionListener


Constructor Summary
DelegateAction(ActionListener delegate)
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateAction

public DelegateAction(ActionListener delegate)
Method Detail

actionPerformed

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


Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.