DataDirector API
Public Member Functions | List of all members
DDD_AssetStarted_Subscriber Class Referenceabstract

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
 

Detailed Description

Abstract base class for subscribers of the AssetStarted event.

Member Function Documentation

virtual void TriggerAssetStarted ( bool  started,
DDD_AssetBase asset 
)
pure virtual

The AssetStarted event handling method in this observer

Parameters
starttrue = started; false = stopped
assetpointer to asset that is to be started or stopped

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