RR Thread Pool
 All Classes Functions Typedefs Groups Pages
Public Member Functions | List of all members
ITask Class Referenceabstract

Abstract class to be implemented to describe a task that need to be executed. More...

#include <Task.h>

Inheritance diagram for ITask:
Inheritance graph
[legend]
Collaboration diagram for ITask:
Collaboration graph
[legend]

Public Member Functions

virtual ~ITask ()
 Destructor.
 
virtual void execute ()=0
 Executes the task.
 
virtual void cancel ()
 Cancels the task.
 
- Public Member Functions inherited from IMessage
virtual ~IMessage ()
 Destructor.
 

Detailed Description

Abstract class to be implemented to describe a task that need to be executed.


The documentation for this class was generated from the following file: