public class WizardListenerAdapter extends java.lang.Object implements WizardPanelActionListener
| Constructor and Description |
|---|
WizardListenerAdapter(DefaultMakeSymbolPackageWizard installerWizardPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(WizardPanel wizardPanel)
This event is thrown when the cancel button is clicked.
|
void |
finish(WizardPanel wizardPanel)
This event is thrown when the finish button is clicked.
|
public WizardListenerAdapter(DefaultMakeSymbolPackageWizard installerWizardPanel)
public void cancel(WizardPanel wizardPanel)
WizardPanelActionListenercancel in interface WizardPanelActionListenerwizardPanel - The wizard that has thrown the event.public void finish(WizardPanel wizardPanel)
WizardPanelActionListenerfinish in interface WizardPanelActionListenerwizardPanel - The wizard that has thrown the event.