

Public Member Functions | |
| ShutdownHook (Logger logger, String processName, LogFrame log) | |
Protected Member Functions | |
| void | interruptDetected () |
Private Attributes | |
| LogFrame | logFrame |
The object from this class intercepts the Ctrl+C event and cleanly close the application
| alma::acs::logging::dialogs::main::ShutdownHook::ShutdownHook | ( | Logger | logger, | |
| String | processName, | |||
| LogFrame | log | |||
| ) | [inline] |
References logFrame.
| void alma::acs::logging::dialogs::main::ShutdownHook::interruptDetected | ( | ) | [inline, protected, virtual] |
Is called when the JVM is about to terminate due to an interrupt signal. Subclasses should perform emergency cleanup.
Implements alma::acs::shutdown::ShutdownHookBase.
References logFrame.
Referenced by interruptDetected(), and ShutdownHook().
1.6.2