Uses of Package
be.gaudry.model.system
Packages that use be.gaudry.model.system
-
Classes in be.gaudry.model.system used by be.gaudry.swing.component.statusbarClassDescriptionWhen an application is terminated normally, the application first starts any registered shutdown threads, waits for them to complete and then finally exits.Normal termination can be caused by a call to System.exit(), the completion of the last non-daemon thread, or the interruption of the application (control-C) by the user.