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
AbsListView.CheckForKeyLongPress,
AbsListView.CheckForLongPress,
AbsListView.CheckForTap,
AnimationDrawable,
CacheSyncManager,
CookieSyncManager,
FutureTask,
RefQueueWorker,
SyncContextTest.IPC,
Thread,
TimerTask,
View.CheckForKeyLongPress
Summary
Details
Public Methods
public
void
run()
Begin doing the active part of the class' code.