Interface WizardPanelListener

All Known Implementing Classes:
WizardManager

public interface WizardPanelListener
Listener that is called when something on the WizardPanel has changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification to set a status message.
    void
    Notification that something on the panel changed.
  • Method Details

    • validityChanged

      void validityChanged()
      Notification that something on the panel changed.
    • setStatusMessage

      void setStatusMessage(String msg)
      Notification to set a status message.
      Parameters:
      msg - message