Class ThreadedExecutor

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

public class ThreadedExecutor extends ThreadFactoryUser implements Executor
An implementation of Executor that creates a new Thread that invokes the run method of the supplied command.

[ Introduction to this package. ]