com.esri.arcgis.geodatabase
Interface ITopologyGraphEvents
- All Superinterfaces: 
 - EventListener, Serializable
 
- All Known Implementing Classes: 
 - ITopologyGraphEventsAdapter
 
public interface ITopologyGraphEvents
- extends EventListener, Serializable
 
Provides access to events that occur with a topology graph.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
onTopologyGraphModified
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.
 
- Parameters:
 theEvent - The event
- Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.