Esempio n. 1
0
 /**
  * get the real-time interval on the timer, the value is in millis
  *
  * @return time interval in milliseconds
  */
 public final int getAutoStep() {
   return (int) _theTimer.getDelay();
 }