com.ibm.as400.ui.util
Class ClElemCancelButtonEventHandler

java.lang.Object
  extended by com.ibm.as400.ui.framework.java.EventHandler
      extended by com.ibm.as400.ui.util.ClElemCancelButtonEventHandler
All Implemented Interfaces:
ActionListener, EventListener

public class ClElemCancelButtonEventHandler
extends EventHandler
implements ActionListener


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class com.ibm.as400.ui.framework.java.EventHandler
panelManager
 
Constructor Summary
Constructor and Description
ClElemCancelButtonEventHandler(PanelManager pm)
           
 
Method Summary
Modifier and Type Method and Description
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class com.ibm.as400.ui.framework.java.EventHandler
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClElemCancelButtonEventHandler

public ClElemCancelButtonEventHandler(PanelManager pm)
Method Detail

actionPerformed

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