API Reference > Classes > OdTf Classes > OdTfObjectReactor Class
OdTfObjectReactor Class
Syntax
C++
class OdTfObjectReactor : public OdRxObject;

TfObjectReactor.h

This class is the base class for custom classes that receive different event notifications from an OdTfObject class instance.

The default implementations of all methods in this class do nothing but return. 

Corresponding C++ library: Od_Tf 

 

Allows a sub-element of a complex element to notify its parent element that it has been changed.
 
Allows a sub-element of a complex element to notify its root element that it has been changed. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.