DataDirector API
|
A virtual interface class for observers of attributes. AttributeObserver-derived objects are able to be notified when an attribute changes. More...
#include <DDD_AttributeBase.h>
Public Member Functions | |
virtual void | OnAttributeChanged (DDD_AttributeBase *attribute)=0 |
A virtual interface class for observers of attributes. AttributeObserver-derived objects are able to be notified when an attribute changes.
|
pure virtual |
A callback method that will be called when the attribute being observed changes if this observer has registered to be notified on attribute change
attribute | A pointer to the attribute that changed |
Implemented in ChunkProducer, DDD_Connection, DDD_RSOAsset, DIS_Producer, DDD_StructuredMemoryAsset, ChunkAttribute, RawProducer, and DDD_ConvertExpression.