Interface InstallEndListener
- All Known Implementing Classes:
BaseApp
public interface InstallEndListener
Task listener for installation controller.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Will be called when the installer is finished.
-
Method Details
-
completed
Will be called when the installer is finished.- Parameters:
ex
- an exception if any or null
-