API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. Executor View Source
Author(s)
Doug Lea
Since
1.5
Version
Serial
Hierarchy
 Executor
Subinterfaces
Description
public interface Executor
  An object that executes submitted Runnable tasks.
See also:   
Methods
Hide/Show inherited methods
public void execute (Runnable command)
  Executes the given command at some time in the future.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar