Class Hierarchy
AcRxObject AcEdCommandStackReactor
C++
class AcEdCommandStackReactor : public AcRxObject;
File
accmd.h
Description
This class is used to receive notifications on when commands are added/removed and also started/ended.
Note: If you need to monitor start/end of a specific command, recommend using AcEdCommandReactor instead. This allows you to attach directly to the desired command.