|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.wizard.WizardAdapter
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 |
public WizardAdapter()
Method Detail |
public void wizardClosed(WizardEvent e)
WizardListener.wizardClosed(org.pietschy.wizard.WizardEvent)
wizardClosed
in interface WizardListener
e
- the wizard eventpublic void wizardCancelled(WizardEvent e)
WizardListener.wizardCancelled(org.pietschy.wizard.WizardEvent)
wizardCancelled
in interface WizardListener
e
- the wizard event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |