Oracle JEWT API Reference
Release 4.2.24.0.0
B12199-01

oracle.bali.ewt.wizard
Interface WizardListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WizardAdapter

public interface WizardListener
extends java.util.EventListener

The listener interface for receiving WizardEvents other than VALIDATE_PAGE.

See Also:
WizardEvent, WizardValidateListener, BaseWizard

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.
 

Method Detail

wizardSelectionChanged

public void wizardSelectionChanged(WizardEvent event)
Invoked when the selection has been changed.
Parameters:
event - the event

wizardApplyState

public void wizardApplyState(WizardEvent event)
Invoked when the user wishes to see the current state of the wizard applied.
Parameters:
event - the event

wizardCanceled

public void wizardCanceled(WizardEvent event)
Invoked when the user has canceled the wizard.
Parameters:
event - the event

wizardFinished

public void wizardFinished(WizardEvent event)
Invoked when the user has finished the wizard.
Parameters:
event - the event

Oracle JEWT 4.2.24

Copyright © [xxxx],2003, Oracle. All Rights Reserved.