API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Runnable View Source
Author(s)
Arthur van Hoff
Since
JDK1.0
Version
1.26, 11/17/05
Serial
Hierarchy
 Runnable
Subinterfaces
Description
public interface Runnable
  The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
See also:    Thread Callable
Methods
Hide/Show inherited methods
public void run ()
  When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar