com.esri.arcgis.geodatabase
Class ITopologyClassEventsAdapter

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

public class ITopologyClassEventsAdapter
extends java.lang.Object
implements ITopologyClassEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.ITopologyClassEvents'. 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.ITopologyClassEvents
IID, IIDab85a26e_2ceb_41d0_9ee6_7030a8da9174, xxDummy
 
Constructor Summary
ITopologyClassEventsAdapter()
           
 
Method Summary
 void onValidate(ITopologyClassEventsOnValidateEvent theEvent)
          This event is fired when the topology containing the class is validated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITopologyClassEventsAdapter

public ITopologyClassEventsAdapter()
Method Detail

onValidate

public void onValidate(ITopologyClassEventsOnValidateEvent theEvent)
                throws java.io.IOException,
                       AutomationException
This event is fired when the topology containing the class is validated.

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