CppELib 1.7.0
Loading...
Searching...
No Matches
OSWrapper::Runnable Class Referenceabstract

Interface for implementing an active class. More...

#include <Runnable.h>

Public Member Functions

virtual ~Runnable ()
 
virtual void run ()=0
 Run the active class.
 

Detailed Description

Interface for implementing an active class.

Constructor & Destructor Documentation

◆ ~Runnable()

virtual OSWrapper::Runnable::~Runnable ( )
inlinevirtual

Member Function Documentation

◆ run()

virtual void OSWrapper::Runnable::run ( )
pure virtual

Run the active class.

Note
This is the entry point of the active class.

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