Interface StepShowHandler


public interface StepShowHandler
Event handler interface for the wizard step’s “show step” event.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called if the wizard step is displayed.
  • Method Details

    • onShow

      void onShow(WizardStep step)
      The method is called if the wizard step is displayed.
      Parameters:
      step - Wizard step instance currently displayed