public interface WizardPageListener
Modifier and Type | Method and Description |
---|---|
void |
pageAdded(WizardPage page)
Informs the listener that the page will soon be used by the wizard dialog.
|
void |
pageBecomesHidden(WizardPage page)
Informs the listener that the page will be made invisible by the dialog.
|
void |
pageBecomesShown(WizardPage page)
Informs the listener that the page will be made visible by the dialog.
|
void |
pageIsHiding(WizardPage page)
Informs the listener that the page was made invisible by the wizard.
|
void |
pageIsShowing(WizardPage page)
Informs the listener that the page was made visible by the dialog.
|
void pageAdded(WizardPage page)
page
- The pagevoid pageBecomesShown(WizardPage page)
page
- The pagevoid pageBecomesHidden(WizardPage page)
page
- The pagevoid pageIsShowing(WizardPage page)
page
- The pagevoid pageIsHiding(WizardPage page)
page
- The pageCopyright © 2005-2023 Leisenfels GmbH. All rights reserved.