SynchronousExecutor
public
class
SynchronousExecutor
extends Object
implements
Executor
java.lang.Object
|
↳ |
androidx.work.testing.SynchronousExecutor
|
Is an implementation of a Executor
which executes Runnable
's synchronously.
Summary
Public methods |
void
|
execute(Runnable command)
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.util.concurrent.Executor
abstract
void
|
execute(Runnable arg0)
|
|
Public constructors
SynchronousExecutor
public SynchronousExecutor ()
Public methods
execute
public void execute (Runnable command)
Parameters |
command |
Runnable |