Package org.gvsig.gui.beans.wizard
Interface WizardPanel
public interface WizardPanel
This interface must be implemented by all the wizards. It just have a
methods to manage the events that the wizard throws.
- Author:
- Jorge Piera Llodrá
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetWizardPanelActionListener(WizardPanelActionListener wizardActionListener)
-
Method Details
-
setWizardPanelActionListener
- Parameters:
wizardActionListener- sets the listener for the action events.
-
getWizardPanelActionListener
WizardPanelActionListener getWizardPanelActionListener()- Returns:
- the listener for the action events
-