- Alle implementierten Schnittstellen:
Runnable
, Executor
- Seit:
- 3.23
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
protected void
void
void
void
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Konstruktordetails
-
DelayingExecutor
public DelayingExecutor(long delay)
-
Methodendetails
-
-
run
public void run()
- Angegeben von:
run
in Schnittstelle Runnable
-
-
doExecute
protected void doExecute(Runnable runnable)