Ejemplo n.º 1
0
 public void stop() {
   remoteCtrl.stop();
   timerThread = null;
 }
Ejemplo n.º 2
0
  public void start() {
    remoteCtrl.start();

    timerThread = new Thread(this);
    timerThread.start();
  }