org.apache.wicket.extensions.wizard
Interface IWizardModelListener

All Superinterfaces:
IClusterable, java.io.Serializable
All Known Implementing Classes:
NewUserWizard, StaticWizard, StaticWizardWithPanels, Wizard

public interface IWizardModelListener
extends IClusterable

Recieves notifications for wizard model state changes.

Author:
Eelco Hillenius

Method Summary
 void onActiveStepChanged(IWizardStep newStep)
          Called when the active step of this model changed.
 void onCancel()
          Called when the wizard was cancelled.
 void onFinish()
          Called when the wizard finished succesfully.
 

Method Detail

onActiveStepChanged

void onActiveStepChanged(IWizardStep newStep)
Called when the active step of this model changed.

Parameters:
newStep - The new step

onCancel

void onCancel()
Called when the wizard was cancelled.


onFinish

void onFinish()
Called when the wizard finished succesfully.



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.