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

Abstract base class for subscribers of the AssetSelected event. More...

#include <DDD_EventSubscriber.h>

Public Member Functions

virtual void TriggerAssetSelected (DDD_AssetBase *asset)=0
 

Detailed Description

Abstract base class for subscribers of the AssetSelected event.

Member Function Documentation

virtual void TriggerAssetSelected ( DDD_AssetBase asset)
pure virtual

The AssetSelected event handling method in this observer

Parameters
assetpointer to asset that is currently selected
Warning
NULL should be handled gracefully. The Editor treats this case as an unselect event.

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