Class AppShutdownHook

java.lang.Object
java.lang.Thread
com.jahnreil_stratpoint.util.AppShutdownHook
All Implemented Interfaces:
Runnable

public class AppShutdownHook extends Thread
The type App shutdown hook serves as trigger to log info to logger that the application is shuting down
  • Constructor Details

    • AppShutdownHook

      public AppShutdownHook()
  • Method Details

    • run

      public void run()
      run() is overriden to enter log to logger
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread