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:
Inheritance graph
[legend]

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

virtual void decaf::lang::Runnable::run (  )  [pure virtual]

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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1