Class Hierarchy
AcGsReactor
C++
class AcGsReactor;
File
gs.h
Description
The AcGsReactor object is used to inform interested parties of important Graphics System (GS) events. To make use of this functionality, derive a reactor class from AcGsReactor and provide implementations for those notifications they wish to receive. Then, pass an instance of this class to AcGsClassFactory::addReactor(). Be sure to remove this reactor instance via AcGsClassFactory::removeReactor() when notifications are no longer required.
Links
AcGsReactor Enumerations, AcGsReactor Methods
See Also
AcGiDrawable, AcGsDevice, AcGsModel, AcGsConfig, AcGsClassFactory, AcGsManager