com.japisoft.framework.wizard
Interface WizardListener

All Superinterfaces:
java.util.EventListener

public interface WizardListener
extends java.util.EventListener

Listener about the wizard step activation state.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void startWizardStep(WizardStep step)
          Start a new wizard
 void stopWizardStep(WizardStep step)
          Stop an old wizard
 

Method Detail

startWizardStep

public void startWizardStep(WizardStep step)
Start a new wizard


stopWizardStep

public void stopWizardStep(WizardStep step)
Stop an old wizard