

Public Member Functions | |
| virtual void | run ()=0 |
| 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.
1.4.7