API Reference > OdRx Classes > OdRxDLinkerReactor Class
OdRxDLinkerReactor Class
OdRxDLinkerReactorOdRxDLinkerReactor
Syntax
C++
class OdRxDLinkerReactor : public OdRxObject;

RxDLinkerReactor.h

This class is the base class for custom classes that receive notification of OdRxDLinker events.

Events consist of the loading and unloading of OdRxModules. 

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

TD_Root 

 

 
Name 
Description 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxDLinkerReactor. 
 
Notification function called whenever the loading of an OdRxModule (TX application) has been aborted.  
 
Notification function called whenever an OdRxModule (TX application) has been loaded.  
 
Notification function called whenever the unloading of an OdRxModule (TX application) has been aborted.  
 
Notification function called whenever an OdRxModule (TX application) has been unloaded.  
 
Notification function called whenever an OdRxModule (TX application) will be loaded.  
 
Notification function called whenever an OdRxModule (TX application) is about to be unloaded.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.