- Alle implementierten Schnittstellen:
Runnable
- Seit:
- 3.2
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
protected abstract void
final boolean
final void
final void
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Konstruktordetails
-
Stoppable
public Stoppable()
-
Methodendetails
-
isStopped
public final boolean isStopped()
-
stop
public final void stop()
-
run
public final void run()
- Angegeben von:
run
in Schnittstelle Runnable
-