Archicad 28 C++ API
|
Defining an interface for Object event handlers. More...
#include <APIdefs_Callback.h>
Public Member Functions | |
virtual void | OnCreated (const GS::HashSet< API_Guid > &) const |
Event handler for object creation events. | |
virtual void | OnModified (const GS::HashSet< API_Guid > &) const |
Event handler for object modification events. | |
virtual void | OnDeleted (const GS::HashSet< API_Guid > &) const |
Event handler for object deletion events. | |
Defining an interface for Object event handlers.