Class AppControllerImpl

    • Constructor Detail

      • AppControllerImpl

        public AppControllerImpl()
    • Method Detail

      • terminateApp

        public void terminateApp()
        Subclasses that override this method should invoke this via super.terminateApp to ensure threads and other application related resources are cleaned up properly.
        Specified by:
        terminateApp in interface AppController