Actions
Bug #3294
closedAdd means for RunWizard class to communicate when it is done
Start date:
05/13/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3294
Description
Three options:
Add a getFrame method
Add delegate methods to add listeners to the frame
Make constructor take a wizard event listener as a parameter to constructor, and add it as a listener automatically.
If we do getFrame() then we can also access the wizard data object at that point. This complicates the interface to RunWizard.
I'm leaning toward the constructor method, along with an explicit delegated getWizardData method.
Actions