java.lang
public
interface
java.lang.Runnable
The runnable interface must be implemented by all classes which want to be
run as threads.
Known Indirect Subclasses
AnimationDrawable |
An object used to define frame-by-frame animations that can be used as a View object's
background. |
CookieSyncManager |
The class CookieSyncManager is used to synchronize the browser cookies
between RAM and FLASH. |
FutureTask<V> |
A cancellable asynchronous computation. |
HandlerThread |
Handy class for starting a new thread that has a looper. |
Thread |
A Thread is a unit of concurrent execution. |
TimerTask |
The TimerTask class is represents a task to run at specified time. |
Summary
Details
Public Methods
public
void
run()
Begin doing the active part of the class' code.