Runnable Class Reference

Inheritance diagram for Runnable:

Object SocketNode 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 Sat Feb 9 16:52:11 2008 for log4cxx by  doxygen 1.4.7