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 TypeMethodDescriptionvoid
onShow
(WizardStep step) The method is called if the wizard step is displayed.
-
Method Details
-
onShow
The method is called if the wizard step is displayed.- Parameters:
step
- Wizard step instance currently displayed
-