Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-17232 Usage Stats for used wizards #264

Merged
merged 1 commit into from
May 12, 2014

Conversation

alexeykazakov
Copy link
Contributor

No description provided.

// Wizard is open
Button finishButton = getButton(dialog, FINISH_BUTTON_FIELD_NAME);
if(finishButton !=null) {
finishButton.addSelectionListener(new ButtonListener(dialog, finishButtonType));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont you need to remove these too ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know all listeners will be removed when button is disposed. So no need to remove them after the "finish" is pressed. But I will double check it.

@alexeykazakov alexeykazakov merged commit d14dd60 into jbosstools:master May 12, 2014
@alexeykazakov alexeykazakov deleted the JBIDE-17232 branch May 13, 2014 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants