com.esri.arcgis.geodatabase
Class ITopologyGraphEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.ITopologyGraphEventsAdapter
All Implemented Interfaces:
ITopologyGraphEvents, Serializable, EventListener

public class ITopologyGraphEventsAdapter
extends Object
implements ITopologyGraphEvents

See Also:
Serialized Form

Constructor Summary
ITopologyGraphEventsAdapter()
           
 
Method Summary
 void onTopologyGraphModified(ITopologyGraphEventsOnTopologyGraphModifiedEvent theEvent)
          This event is fired when a new object is created in the object class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITopologyGraphEventsAdapter

public ITopologyGraphEventsAdapter()
Method Detail

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.