|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoProcessorEvents3
COM Interface 'IGeoProcessorEvents3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to GeoProcessor events3.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb7d4ef49_8fdd_4a67_88cd_b497e42d5969
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
onProcessMessages(IGeoProcessorResult result,
IGPMessages pMsgs)
Called when a message has been posted while executing a tool. |
void |
onProgressMessage(IGeoProcessorResult result,
java.lang.String message)
Called when a message has been posted while executing a tool. |
void |
onProgressPercentage(IGeoProcessorResult result,
double percentage)
Called when a message has been posted while executing a tool. |
void |
onProgressShow(IGeoProcessorResult result,
boolean show)
Called when a message has been posted while executing a tool. |
void |
postToolExecute(IGeoProcessorResult result)
Called immediately after a tool is executed by the GeoProcessor. |
void |
preToolExecute(IGeoProcessorResult result)
Called immediately prior to the GeoProcessor executing a tool. |
Field Detail |
---|
static final int IIDb7d4ef49_8fdd_4a67_88cd_b497e42d5969
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void onProgressMessage(IGeoProcessorResult result, java.lang.String message) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)message
- The message (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onProgressShow(IGeoProcessorResult result, boolean show) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onProgressPercentage(IGeoProcessorResult result, double percentage) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)percentage
- The percentage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onProcessMessages(IGeoProcessorResult result, IGPMessages pMsgs) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)pMsgs
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void preToolExecute(IGeoProcessorResult result) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void postToolExecute(IGeoProcessorResult result) throws java.io.IOException, AutomationException
result
- A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
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 |