public static interface ApplicationLauncher.Callback
Modifier and Type | Method and Description |
---|---|
void |
exited(int exitValue)
Invoked when the installer application has exited.
|
void |
prepareShutdown()
Invoked before the installer application shuts down this JVM.
|
void exited(int exitValue)
exitValue
- the exit value of installer applicationvoid prepareShutdown()