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

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-2008 Wicket developers. All Rights Reserved.