activemq-cpp-3.9.5
decaf::lang::Runnable Class Referenceabstract

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

◆ ~Runnable()

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

Member Function Documentation

◆ run()


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