AcRxObject AcRxEventReactor AcEditorReactor AcEditorReactor2 AcEditorReactor3
class AcEditorReactor2 : public AcEditorReactor;
aced.h
This class serves as a base class for custom classes that receive notification of AcEditor events. The classes derived from this class override the methods that represent events about which users wish to be notified. When an object of a derived class is added to the reactor list of the AutoCAD editor and an event associated with one of the overloaded methods occurs, that method is called in the object.
This class supplements the notifications provided by the AcEditorReactor class.
The default implementation for all methods in this class is an immediate return.