Packages This Package Prev Next Index
public interface java.lang.Runnable { // Methods public abstract void run(); §1.23.1 }The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread (I-§1.19). The class must define a method of no arguments called run.
public abstract void run()
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)