activemq-cpp-3.6.0
decaf::lang::Runnable Class Reference

Interface for a runnable object - defines a task that can be run by a thread. More...

#include <src/main/decaf/lang/Runnable.h>

Inheritance diagram for decaf::lang::Runnable:

Public Member Functions

virtual ~Runnable ()
virtual void run ()=0
 Run method - called by the Thread class in the context of the thread.

Detailed Description

Interface for a runnable object - defines a task that can be run by a thread.

Constructor & Destructor Documentation

virtual decaf::lang::Runnable::~Runnable ( )
virtual

Member Function Documentation


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