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 Detail

      • performFinish

        boolean performFinish()
        Called to perform finish.
        Returns:
        true for OK, false to abort.