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
Method Details
performFinish
boolean performFinish()Called to perform finish.- Returns:
- true for OK, false to abort.