com.esri.arcgis.geoprocessing
Class IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.geoprocessing.IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent
All Implemented Interfaces:
Serializable

public class IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent
extends EventObject

Product Availability

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent(Object source)
           
 
Method Summary
 String getNewName()
           
 String getOldName()
           
 void init(String oldName, String newName)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent

public IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent(Object source)
Method Detail

init

public void init(String oldName,
                 String newName)

getOldName

public final String getOldName()

getNewName

public final String getNewName()