com.esri.arcgis.geoprocessing
Class IGPToolboxEvents2Adapter

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.IGPToolboxEvents2Adapter
All Implemented Interfaces:
IGPToolboxEvents2, java.io.Serializable, java.util.EventListener

public class IGPToolboxEvents2Adapter
extends java.lang.Object
implements IGPToolboxEvents2

Adapter for COM Event Interface 'com.esri.arcgis.geoprocessing.IGPToolboxEvents2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolboxEvents2
IID, IID48870875_7b09_4ea3_a166_b1a499dca57a, xxDummy
 
Constructor Summary
IGPToolboxEvents2Adapter()
           
 
Method Summary
 void onToolboxDisplayNameAltered(IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent theEvent)
          Called when the display name of the toolbox is modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGPToolboxEvents2Adapter

public IGPToolboxEvents2Adapter()
Method Detail

onToolboxDisplayNameAltered

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

Specified by:
onToolboxDisplayNameAltered in interface IGPToolboxEvents2
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.