|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface _IObjectClassEvents
This is a fake interface for the com.esri.arcgis.geodatabase.IObjectClassEvents. It uses the same IID as the com.esri.arcgis.geodatabase.IObjectClassEvents; but it uses the IDL-liked parameters instead of the Event parameters.
Method Summary | |
---|---|
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); |
Method Detail |
---|
void onCreate(IObject arg0) throws IOException, AutomationException
IOException
AutomationException
void onDelete(IObject arg0) throws IOException, AutomationException
IOException
AutomationException
void onChange(IObject arg0) throws IOException, AutomationException
IOException
AutomationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |