|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddInFactory
Field Summary | |
---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IID039bc9f9_3cf9_447f_8cac_c673d2a1c817
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
createObject(IAddInRecord pRecord,
Object pUnkOuter,
Object[] ppObj)
Create an instance of the specified object. |
void |
initialize(IFactoryHook pHook)
Called to initialize the addin manager (normally called at application startup). |
void |
shutdown()
Called to shutdown the addin manager (normally called at application shutdown). |
Field Detail |
---|
static final int IID039bc9f9_3cf9_447f_8cac_c673d2a1c817
static final int xxDummy
static final String IID
Method Detail |
---|
void initialize(IFactoryHook pHook) throws IOException, AutomationException
pHook
- A reference to a com.esri.arcgis.addinframework.IFactoryHook (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createObject(IAddInRecord pRecord, Object pUnkOuter, Object[] ppObj) throws IOException, AutomationException
pRecord
- A reference to a com.esri.arcgis.addinframework.IAddInRecord (in)pUnkOuter
- A reference to another Object (IUnknown) (in)ppObj
- A reference to another Object (IUnknown) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void shutdown() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |