- All Implemented Interfaces:
Runnable
Ein Rennpferd, das durch ein Startsignal losläuft. Nach einer zufälligen Zeit
kommt es im Ziel an.
-
Constructor Summary
Constructors
Erzeugt ein Rennpferd, das in die Starterbox eintritt.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RaceHorse
Erzeugt ein Rennpferd, das in die Starterbox eintritt.
- Parameters:
startSignal
- Starterbox.
name
- Name des Pferdes.
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable