Project

General

Profile

Actions

Bug #3294

closed

Add means for RunWizard class to communicate when it is done

Added by Ryan McFall about 16 years ago. Updated about 16 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
parser
Target version:
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 #1

Updated by ben leinfelder about 16 years ago

I'm not a huge fan of constructors with lots of arguments and prefer that methods exist that do the various bits and pieces:
RunWizard.addWizardEventListener(listener)
RunWizard.getWizardData()

would satisfy me.

Actions #2

Updated by Ryan McFall about 16 years ago

You got it, they're there!

Actions #3

Updated by Redmine Admin over 11 years ago

Original Bugzilla ID was 3294

Actions

Also available in: Atom PDF