Beispiel #1
0
 public synchronized void startBlink() {
   if (blinker == null) {
     blinker = new Blinker(500);
     blinker.start();
   }
 }