com.esri.arcgis.geoprocessing
Class IGPToolboxEvents2Adapter
java.lang.Object
com.esri.arcgis.geoprocessing.IGPToolboxEvents2Adapter
- All Implemented Interfaces:
- IGPToolboxEvents2, Serializable, EventListener
public class IGPToolboxEvents2Adapter
- extends Object
- implements IGPToolboxEvents2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGPToolboxEvents2Adapter
public IGPToolboxEvents2Adapter()
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.