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 Link icon

    Modifier and Type
    Method
    Description
    boolean
    Called to perform finish.
  • Method Details Link icon

    • performFinish Link icon

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