|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddInFactory
Field Summary | |
---|---|
static java.lang.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,
java.lang.Object pUnkOuter,
java.lang.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 java.lang.String IID
Method Detail |
---|
void initialize(IFactoryHook pHook) throws java.io.IOException, AutomationException
pHook
- A reference to a com.esri.arcgis.addinframework.IFactoryHook (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createObject(IAddInRecord pRecord, java.lang.Object pUnkOuter, java.lang.Object[] ppObj) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void shutdown() throws java.io.IOException, AutomationException
java.io.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 |