stop method

void stop()

Implementation

void stop() {
  mTimer.cancel();
  onStop();
}