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 Details

    • setWizardPanelActionListener

      void setWizardPanelActionListener(WizardPanelActionListener wizardActionListener)
      Parameters:
      wizardActionListener - sets the listener for the action events.
    • getWizardPanelActionListener

      WizardPanelActionListener getWizardPanelActionListener()
      Returns:
      the listener for the action events