com.esri.arcgis.geoprocessing
Interface IGeoProcessorEvents3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGeoProcessorEvents3Proxy

public interface IGeoProcessorEvents3
extends java.io.Serializable

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

IIDb7d4ef49_8fdd_4a67_88cd_b497e42d5969

static final int IIDb7d4ef49_8fdd_4a67_88cd_b497e42d5969
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onProgressMessage

void onProgressMessage(IGeoProcessorResult result,
                       java.lang.String message)
                       throws java.io.IOException,
                              AutomationException
Called when a message has been posted while executing a tool.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onProgressShow

void onProgressShow(IGeoProcessorResult result,
                    boolean show)
                    throws java.io.IOException,
                           AutomationException
Called when a message has been posted while executing a tool.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onProgressPercentage

void onProgressPercentage(IGeoProcessorResult result,
                          double percentage)
                          throws java.io.IOException,
                                 AutomationException
Called when a message has been posted while executing a tool.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
percentage - The percentage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onProcessMessages

void onProcessMessages(IGeoProcessorResult result,
                       IGPMessages pMsgs)
                       throws java.io.IOException,
                              AutomationException
Called when a message has been posted while executing a tool.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
pMsgs - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

preToolExecute

void preToolExecute(IGeoProcessorResult result)
                    throws java.io.IOException,
                           AutomationException
Called immediately prior to the GeoProcessor executing a tool.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

postToolExecute

void postToolExecute(IGeoProcessorResult result)
                     throws java.io.IOException,
                            AutomationException
Called immediately after a tool is executed by the GeoProcessor.

Parameters:
result - A reference to a com.esri.arcgis.geoprocessing.IGeoProcessorResult (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.