Inheritance diagram for SocketNode:
Public Member Functions | |
virtual void | run () |
For example, the socket node might decide to log events to a local file and also resent them to a second socket node.
void run | ( | ) | [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.
Implements Runnable.