com.esri.arcgis.geodatabase
Class ITopologyGraphEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabase.ITopologyGraphEventsAdapter
- All Implemented Interfaces:
- ITopologyGraphEvents, Serializable, EventListener
public class ITopologyGraphEventsAdapter
- extends Object
- implements ITopologyGraphEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITopologyGraphEventsAdapter
public ITopologyGraphEventsAdapter()
onTopologyGraphModified
public void onTopologyGraphModified(ITopologyGraphEventsOnTopologyGraphModifiedEvent theEvent)
throws IOException,
AutomationException
- This event is fired when a new object is created in the object class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
onTopologyGraphModified
in interface ITopologyGraphEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.