Interface InstallationController

All Known Implementing Classes:
InstallAction

public interface InstallationController
Installation Controller interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Back: Called by a step.
    void
    Finish: Called by last step!
    Get the application reference.
    void
    Next: Called by a step.
    void
    Start the installation.
  • Method Details

    • start

      void start()
      Start the installation.
    • next

      void next()
      Next: Called by a step.
    • back

      void back()
      Back: Called by a step.
    • finish

      void finish()
      Finish: Called by last step!
    • getApp

      BaseApp getApp()
      Get the application reference.
      Returns:
      application