Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members  

Runnable Class Reference

#include <Runnable.h>

Inheritance diagram for Runnable:

CancelableTask Thread List of all members.

Public Methods

virtual ~Runnable () throw ()
virtual void run ()=0 throw ()

Detailed Description

Author:
Eric Crahen <crahen@cse.buffalo.edu>
Date:
<2002-06-03T09:27:28-0400>
Version:
2.2.0
Encapsulates a Runnable task.


Constructor & Destructor Documentation

virtual ~Runnable   throw () [inline, virtual]
 

Runnables should never throw in thier destructors


Member Function Documentation

virtual void run   throw () [pure virtual]
 

Task to be performed in another thread of execution

Implemented in CancelableTask, and Thread.


The documentation for this class was generated from the following file:
Generated on Tue Aug 27 07:43:14 2002 for ZThread by doxygen1.2.17