/** Stops the timer thread. */
 private void stop() {
   timer.stop();
 }