com.sri.emo.wizard
Interface WizardFactory

All Known Implementing Classes:
CompletionBuilder, CompletionMementoConverter, CreationBuilder, CreationMementoConverter, EmoBranchingWizardFactory, EmoCompletionFactory, EmoCreationWizardFactory, EmoSelectionWizardFactory

public interface WizardFactory

Interface for building a Wizard.

Author:
Michael Rimov

Method Summary
 Wizard buildWizard()
          Constructs a new wizard instance and returns it.
 

Method Detail

buildWizard

Wizard buildWizard()
                   throws WizardException
Constructs a new wizard instance and returns it.

Returns:
Wizard instance
Throws:
WizardException - upon error building it.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.