Stateless, thread safe demand hander. More...
#include <demands.h>
Public Member Functions | |
virtual void | Run (LinkGraphComponent *graph) |
Call the demand calculator on the given component-. | |
virtual | ~DemandHandler () |
Virtual destructor has to be defined because of virtual Run(). |
Stateless, thread safe demand hander.
Doesn't do anything but call DemandCalculator.
Definition at line 140 of file demands.h.
virtual void DemandHandler::Run | ( | LinkGraphComponent * | graph | ) | [inline, virtual] |
Call the demand calculator on the given component-.
graph | the component to calculate the demands for. |
Implements ComponentHandler.