Thread.run
Class Overview | Class Members |
This Package |
All Packages
public void run()
Description
If this thread was constructed using a separate
Runnable run object, then that
Runnable object's run method is called;
otherwise, this method does nothing and returns.
Subclasses of Thread should override this method.
See Also
start, stop, Thread, run