Package org.gvsig.gui.beans.wizard
Interface WizardPanelActionListener
public interface WizardPanelActionListener
Listener for the wizard. It has methods to manage the events that can be thrown by the wizard.
- Author:
- Jorge Piera Llodrá
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel(WizardPanel wizardPanel) This event is thrown when the cancel button is clicked.voidfinish(WizardPanel wizardPanel) This event is thrown when the finish button is clicked.
-
Method Details
-
finish
This event is thrown when the finish button is clicked.- Parameters:
wizardPanel- The wizard that has thrown the event.
-
cancel
This event is thrown when the cancel button is clicked.- Parameters:
wizardPanel- The wizard that has thrown the event.
-