java.lang.ObjectTimerClass
public class TimerClass
Klasse zur Steuerung eines Programmteils durch Methoden aus der Timer - Klasse.
| Field Summary | |
|---|---|
(package private) java.util.Timer |
losgehts
|
| Constructor Summary | |
|---|---|
TimerClass()
erzeugt eine neue Instanz von Ausgabe und startet die Methode run() dort nach 5000msec und dann alle 70msec. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Timer losgehts
| Constructor Detail |
|---|
public TimerClass()