Interface WizardFinishHandler
public interface WizardFinishHandler
Event handler interface for the wizard step’s “finish” event.
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFinish()
The method is called if the user has completed the wizard.
-
Method Details
-
onFinish
void onFinish()The method is called if the user has completed the wizard. This happens when the user completes all steps and clicks on the “Finish” button.
-