|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionEvaluate
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getActionSpecificRuleText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void performFeatureAction(int bResult, IFeature piFeature, Object[] pvarReturnedObjects) throws IOException, AutomationException
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.void performMessageAction(int bResult, IDataMessage piMessage, Object[] pvarReturnedObjects) throws IOException, AutomationException
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 |