org.pietschy.wizard
Class WizardAdapter

java.lang.Object
  extended byorg.pietschy.wizard.WizardAdapter
All Implemented Interfaces:
java.util.EventListener, WizardListener

public abstract class WizardAdapter
extends java.lang.Object
implements WizardListener

This class provides an empty implementation of WizardListener.


Constructor Summary
WizardAdapter()
           
 
Method Summary
 void wizardCancelled(WizardEvent e)
          Empty implementation of WizardListener.wizardCancelled(org.pietschy.wizard.WizardEvent)
 void wizardClosed(WizardEvent e)
          Empty implementation of WizardListener.wizardClosed(org.pietschy.wizard.WizardEvent)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardAdapter

public WizardAdapter()
Method Detail

wizardClosed

public void wizardClosed(WizardEvent e)
Empty implementation of WizardListener.wizardClosed(org.pietschy.wizard.WizardEvent)

Specified by:
wizardClosed in interface WizardListener
Parameters:
e - the wizard event

wizardCancelled

public void wizardCancelled(WizardEvent e)
Empty implementation of WizardListener.wizardCancelled(org.pietschy.wizard.WizardEvent)

Specified by:
wizardCancelled in interface WizardListener
Parameters:
e - the wizard event


Copyright © 2004 Andrew Pietsch.