Interface InstallationController
- All Known Implementing Classes:
InstallAction
public interface InstallationController
Installation Controller interface.
-
Method Summary
-
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
-