com.ozziefix.jlwizard
Interface WizardModel

All Known Implementing Classes:
DemoWizardModel

public interface WizardModel

JLWizard uses the Model-View-Controller design pattern. This interface should be implemented by the actual model class of a wizard.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Method Summary
 void reset()
           Reset the data of the WizardModel.
 

Method Detail

reset

void reset()

Reset the data of the WizardModel.



Copyright © 2004 - 2005 by Jurgen Lust.