Exemplo n.º 1
0
 /**
  * Prepares the application for shutdown. Should <strong>only</strong> be called when the
  * application shuts down.
  */
 private void shutdown() {
   idleThread.stopThread();
 }