com.esri.arcgis.trackinganalyst
Class IActionEvaluateProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IActionEvaluateProxy
All Implemented Interfaces:
IActionEvaluate, Externalizable, Serializable

public class IActionEvaluateProxy
extends com.esri.arcgis.interop.Dispatch
implements IActionEvaluate, Serializable

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

IActionEvaluateProxy

public IActionEvaluateProxy()

IActionEvaluateProxy

public IActionEvaluateProxy(Object obj)
                     throws IOException
Throws:
IOException

IActionEvaluateProxy

protected IActionEvaluateProxy(Object obj,
                               String iid)
                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getActionSpecificRuleText

public String getActionSpecificRuleText()
                                 throws IOException,
                                        AutomationException
The text that describes the basic purpose and reason for the action, such as with tag actions what is being tagged.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getActionSpecificRuleText in interface IActionEvaluate
Returns:
The pbstrActionSpecificRuleText
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

performFeatureAction

public void performFeatureAction(int bResult,
                                 IFeature piFeature,
                                 Object[] pvarReturnedObjects)
                          throws IOException,
                                 AutomationException
Perform the Action specified by the base action or condition.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
performFeatureAction in interface IActionEvaluate
Parameters:
bResult - The bResult (in)
piFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
pvarReturnedObjects - A Variant (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

performMessageAction

public void performMessageAction(int bResult,
                                 IDataMessage piMessage,
                                 Object[] pvarReturnedObjects)
                          throws IOException,
                                 AutomationException
Perform the Action specified by the base action or condition.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
performMessageAction in interface IActionEvaluate
Parameters:
bResult - The bResult (in)
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)
pvarReturnedObjects - A Variant (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.