Package com.iizigo.panel.wizards
Interface IPagePerformFinish
-
public interface IPagePerformFinish
Completes the wizard and its pages. Pages in the wizard can implement this interface and will then be called prior to the final performFinish action.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
performFinish()
Called to perform finish.
-