Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48