The Source for Java Technology Collaboration


Step 3: Confirmation

There is nothing much to do on this step, could as well use anonimous class.


public class StepConfirm extends WizardStep {
    public StepConfirm(SignupWizard value, String name) {
        super(value, name);
    }
    public void resetBooleans() {
        /* no-op */
    }
}

Topic EasyWizardStepsConfirm . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 21 Jul 2005 - 21:44:26 - Main.michael_jouravlev
Parents: WebHome > EasyWizard > EasyWizardDocumentation