net.javaprog.ui.wizard.plaf.basic
Class BasicActionHandler

java.lang.Object
  extended by net.javaprog.ui.wizard.plaf.basic.BasicActionHandler
All Implemented Interfaces:
ActionListener, EventListener

public class BasicActionHandler
extends Object
implements ActionListener


Field Summary
protected  WizardModel model
           
 
Constructor Summary
BasicActionHandler(WizardModel model)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected WizardModel model
Constructor Detail

BasicActionHandler

public BasicActionHandler(WizardModel model)
Method Detail

actionPerformed

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