Share

AcEditorReactor Class

Class Hierarchy

AcRxObject
    AcRxEventReactor
        AcEditorReactor

C++

class AcEditorReactor : public AcRxEventReactor;

File

aced.h

Description

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.

The default implementation for all methods in this class is an immediate return.

Links

AcEditorReactor Methods

See Also

AcEditor,AcRxEventReactor

History

AutoCAD 2019

This AcEditorReactor2 and AcEditorReactor3 classes were deprecated and combined with the AcEditorReactor class.

Was this information helpful?