Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Class Members | Related Pages

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 Jul 22 10:25:23 2006 for log4cxx by  doxygen 1.3.9.1