public interface _IObjectClassEvents
Modifier and Type | Method and Description |
---|---|
void |
onChange(IObject arg0)
[helpstring("This event is fired when an object's attributes or geometry is updated."), helpcontext(0x00003112)]
HRESULT _stdcall OnChange([in] IObject* obj);
|
void |
onCreate(IObject arg0)
[helpstring("This event is fired when a new object is created in the object class."), helpcontext(0x00003110)]
HRESULT _stdcall OnCreate([in] IObject* obj); Listeners of the OnCreate event are not necessarily notified every
time an object is created.
|
void |
onDelete(IObject arg0)
[helpstring("This event is fired when an object is deleted from the object class."), helpcontext(0x00003111)]
HRESULT _stdcall OnDelete([in] IObject* obj);
|
void onCreate(IObject arg0) throws java.io.IOException, AutomationException
java.io.IOException
AutomationException
void onDelete(IObject arg0) throws java.io.IOException, AutomationException
java.io.IOException
AutomationException
void onChange(IObject arg0) throws java.io.IOException, AutomationException
java.io.IOException
AutomationException