Runnable Class Reference
List of all members.
|
Public Member Functions |
virtual void | run ()=0 |
Detailed Description
The
Runnable interface should be implemented by any class whose instances are intended to be executed by a thread. The class must define a method of no arguments called run.
Member Function Documentation
virtual void run |
( |
|
) |
[pure virtual] |
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
Implemented in SocketNode.
The documentation for this class was generated from the following file: