DataDirector API
|
Abstract base class for subscribers of the AssetStarted event. More...
#include <DDD_EventSubscriber.h>
Public Member Functions | |
virtual void | TriggerAssetStarted (bool started, DDD_AssetBase *asset)=0 |
Abstract base class for subscribers of the AssetStarted event.
|
pure virtual |
The AssetStarted event handling method in this observer
start | true = started; false = stopped |
asset | pointer to asset that is to be started or stopped |