Runnable Class Reference

Inheritance diagram for Runnable:

Inheritance graph
[legend]
Collaboration diagram for Runnable:

Collaboration graph
[legend]
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:
Generated on Thu Sep 28 17:04:06 2006 for log4cxx by  doxygen 1.4.7