com.esri.arcgis.geoprocessing
Interface IGPToolboxEvents2

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IGPToolboxEvents2Adapter, IGPToolboxEvents2Proxy

public interface IGPToolboxEvents2
extends java.util.EventListener, java.io.Serializable

COM Interface 'IGPToolboxEvents2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to toolbox events.' 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 IID48870875_7b09_4ea3_a166_b1a499dca57a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onToolboxDisplayNameAltered(IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent theEvent)
          Called when the display name of the toolbox is modified.
 

Field Detail

IID48870875_7b09_4ea3_a166_b1a499dca57a

static final int IID48870875_7b09_4ea3_a166_b1a499dca57a
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

onToolboxDisplayNameAltered

void onToolboxDisplayNameAltered(IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent theEvent)
                                 throws java.io.IOException,
                                        AutomationException
Called when the display name of the toolbox is modified.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.