|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.bali.ewt.wizard.WizardAdapter
An adapter class for receiving WizardEvents. This class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
WizardListener
,
WizardEvent
,
Wizard
Constructor Summary | |
WizardAdapter()
|
Method Summary | |
void |
wizardApplyState(WizardEvent event)
Invoked when the user wishes to see the current state of the wizard applied. |
void |
wizardCanceled(WizardEvent event)
Invoked when the user has canceled the wizard. |
void |
wizardFinished(WizardEvent event)
Invoked when the user has finished the wizard. |
void |
wizardSelectionChanged(WizardEvent event)
Invoked when the selection has been changed. |
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 wizardSelectionChanged(WizardEvent event)
wizardSelectionChanged
in interface WizardListener
event
- the eventpublic void wizardApplyState(WizardEvent event)
wizardApplyState
in interface WizardListener
event
- the eventpublic void wizardCanceled(WizardEvent event)
wizardCanceled
in interface WizardListener
event
- the eventpublic void wizardFinished(WizardEvent event)
wizardFinished
in interface WizardListener
event
- the event
|
Oracle JEWT 4.2.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |