wicket.extensions.wizard
Interface IWizardModelListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Wizard

public interface IWizardModelListener
extends java.io.Serializable

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

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

Parameters:
newStep - The new step

onCancel

public void onCancel()
Called when the wizard was cancelled.


onFinish

public void onFinish()
Called when the wizard finished succesfully.



Copyright © 2004-2008 Wicket developers. All Rights Reserved.