|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Runnable | |
java.lang | MID Profile Language Classes included from Java 2 Standard Edition. |
java.util | MID Profile Utility Classes included from Java 2 Standard Edition. |
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.Thread(Runnable target)
Allocates a new Thread object. |
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 . |
|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |