Class DirectExecutor

java.lang.Object
EDU.oswego.cs.dl.util.concurrent.DirectExecutor
All Implemented Interfaces:
Executor

public class DirectExecutor extends Object implements Executor
An implementation of Executor that invokes the run method of the supplied command and then returns.

[ Introduction to this package. ]