DataDirector API
|
Abstract base class for subscribers of the AssetShifted event. More...
#include <DDD_EventSubscriber.h>
Public Types | |
enum | AssetShiftDirection { ASSET_SHIFT_UP = 0, ASSET_SHIFT_DOWN = 1 } |
Public Member Functions | |
virtual void | TriggerAssetShifted (DDD_AssetBase *asset, AssetShiftDirection direction)=0 |
Abstract base class for subscribers of the AssetShifted event.
enum AssetShiftDirection |
|
pure virtual |
The AssetShifted event handling method in this observer
asset | pointer to asset that is to be shifted |
direction | enum denoting asset's direction for shift. |