|
Oracle JEWT API Reference Release 4.2.33.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 WizardListenerevent - the eventpublic void wizardApplyState(WizardEvent event)
wizardApplyState in interface WizardListenerevent - the eventpublic void wizardCanceled(WizardEvent event)
wizardCanceled in interface WizardListenerevent - the eventpublic void wizardFinished(WizardEvent event)
wizardFinished in interface WizardListenerevent - the event
|
Oracle JEWT 4.2.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||