English | Site Directory

Android - An Open Handset Alliance Project

java.lang
public interface

java.lang.Runnable

java.lang.Runnable

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

Known Indirect Subclasses

See Also

Summary

Public Methods

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

Details

Public Methods

public void run()

Begin doing the active part of the class' code.
Build m5-rc15g - 14 May 2008 12:50