EDU.oswego.cs.dl.util.concurrent

Class ThreadedExecutor

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. ]

Method Summary
voidexecute(Runnable command)
Execute the given command in a new thread.

Method Detail

execute

public void execute(Runnable command)
Execute the given command in a new thread.