Uses of Class
sopra.Timer

Packages that use Timer
sopra   
 

Uses of Timer in sopra
 

Fields in sopra declared as Timer
private static Timer Timer.exemplar
          Exemplar des Timers (es darf nur eines geben)
private  Timer Timer.MyThread.t
           
 

Methods in sopra that return Timer
static Timer Timer.start(int aSleepTime)
           
 

Constructors in sopra with parameters of type Timer
Timer.MyThread(Timer t)