Ejemplo n.º 1
0
 public void setTimeBase(TimeBase tb) throws IncompatibleTimeBaseException {
   if (clock != null) clock.setTimeBase(tb);
 }