|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IActionEvaluateProxy
public class IActionEvaluateProxy
Provides access to the integration or hook interfaces that allow the ActionBase coclass to be aggregated. This interface allows the base action to call the parent to perform its activity.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IActionEvaluateProxy()
|
|
IActionEvaluateProxy(Object obj)
|
protected |
IActionEvaluateProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getActionSpecificRuleText()
The text that describes the basic purpose and reason for the action, such as with tag actions what is being tagged. |
void |
performFeatureAction(int bResult,
IFeature piFeature,
Object[] pvarReturnedObjects)
Perform the Action specified by the base action or condition. |
void |
performMessageAction(int bResult,
IDataMessage piMessage,
Object[] pvarReturnedObjects)
Perform the Action specified by the base action or condition. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IActionEvaluateProxy()
public IActionEvaluateProxy(Object obj) throws IOException
IOException
protected IActionEvaluateProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getActionSpecificRuleText() throws IOException, AutomationException
getActionSpecificRuleText
in interface IActionEvaluate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void performFeatureAction(int bResult, IFeature piFeature, Object[] pvarReturnedObjects) throws IOException, AutomationException
performFeatureAction
in interface IActionEvaluate
bResult
- The bResult (in)piFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pvarReturnedObjects
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void performMessageAction(int bResult, IDataMessage piMessage, Object[] pvarReturnedObjects) throws IOException, AutomationException
performMessageAction
in interface IActionEvaluate
bResult
- The bResult (in)piMessage
- A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)pvarReturnedObjects
- A Variant (in/out: use single element array)
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 |