加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090223162253/http://developer.android.com:80/reference/java/lang/Runnable.html
public interface

Runnable

java.lang.Runnable
Known Indirect Subclasses

Class Overview

The runnable interface must be implemented by all classes which want to be run as threads.

See Also

Summary

Public Methods
abstract void run()
Begin doing the active part of the class' code.

Public Methods

public abstract void run ()

Begin doing the active part of the class' code.