public interface StepBeforeChanged
Modifier and Type | Method and Description |
---|---|
boolean |
beforeStepChanged(Step oldStep,
Step newStep,
Wizard wizard)
called before a step changed return false if the step cannot be changed,
or true otherwise
|