com.esri.arcgis.geodatabase
Class ITopologyGraphEventsAdapter

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

public class ITopologyGraphEventsAdapter
extends java.lang.Object
implements ITopologyGraphEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.ITopologyGraphEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyGraphEvents
IID, IID49111212_c452_474e_b7f4_7669ef6c5762, xxDummy
 
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 java.io.IOException,
                                    AutomationException
This event is fired when a new object is created in the object class.

Specified by:
onTopologyGraphModified in interface ITopologyGraphEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.