Exemplo n.º 1
0
 /** notify clients that we lost contact with the input device */
 void notifyInputLost() {
   Logger.error("[GestureServer] sending clients message that input device was lost.");
   main.ic = null;
   main.myState &= ~JmolGestureServerInterface.HAS_DRIVER;
   processBirth(null);
 }