Uses of Interface
java.lang.Runnable

Packages that use Runnable
java.lang   
 

Uses of Runnable in java.lang
 

Constructors in java.lang with parameters of type Runnable
Thread(Runnable target)
          Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable target, String name)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.