com.esri.arcgis.geoprocessing
Class IGPToolboxEvents2Adapter

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

public class IGPToolboxEvents2Adapter
extends Object
implements IGPToolboxEvents2

See Also:
Serialized Form

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 IOException,
                                        AutomationException
Called when the display name of the toolbox is modified.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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