Interface WizardStepUI<E extends WizardStep,M extends WizardModel<E>>
-
- Type Parameters:
E- le type d'étapeM- le type de modèle
public interface WizardStepUI<E extends WizardStep,M extends WizardModel<E>>Le contrat d'une ui d'étape.- Since:
- 1.3
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgetStep()
-
-
-
Method Detail
-
getStep
E getStep()
-
-