Package org.simpleframework.util.thread
Class DirectExecutor
java.lang.Object
org.simpleframework.util.thread.DirectExecutor
- All Implemented Interfaces:
Executor
The
DirectExecutor
object is used for synchronous
execution of tasks. This simple acts as an adapter for running
a Runnable
implementation and can be used wherever
the executor interface is required.- Author:
- Niall Gallagher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirectExecutor
public DirectExecutor()
-
-
Method Details