|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ApplicationLauncher.Callback
You can implement this interface to receive notifications when the installer application exits or needs to shut down your application.
ApplicationLauncher.launchApplication(String, String[], boolean, com.install4j.api.launcher.ApplicationLauncher.Callback)
Method Summary | |
---|---|
void |
exited(int exitValue)
Invoked when the installer application has exited. |
void |
prepareShutdown()
Invoked before the installer application shuts down this JVM. |
Method Detail |
---|
void exited(int exitValue)
exitValue
- the exit value of installer applicationvoid prepareShutdown()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |