IM Profile

Uses of Interface
java.lang.Runnable

Packages that use Runnable
java.lang Provides classes that are fundamental to the Java programming language. 
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Runnable in java.lang
 

Classes in java.lang that implement Runnable
 class Thread
          A thread is a thread of execution in a program.
 

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)
          Allocates a new Thread object with the given target and name.
 

Uses of Runnable in java.util
 

Classes in java.util that implement Runnable
 class TimerTask
          A task that can be scheduled for one-time or repeated execution by a Timer.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.