Interface ApplicationLauncher.Callback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void exited​(int exitValue)
      Invoked when the installer application has exited.
      void prepareShutdown()
      Invoked before the installer application shuts down this JVM.
    • Method Detail

      • exited

        void exited​(int exitValue)
        Invoked when the installer application has exited.
        Parameters:
        exitValue - the exit value of installer application
      • prepareShutdown

        void prepareShutdown()
        Invoked before the installer application shuts down this JVM. This happens when a "Shutdown calling launcher" action is executed in the installer application.