com.esri.arcgis.geodatabase
Class ISurfaceIntersectionEventsAdapter

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

public class ISurfaceIntersectionEventsAdapter
extends java.lang.Object
implements ISurfaceIntersectionEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISurfaceIntersectionEvents
IID, IID63ce4874_b31c_48d3_ba60_5d1b74a63ceb, xxDummy
 
Constructor Summary
ISurfaceIntersectionEventsAdapter()
           
 
Method Summary
 void onIntersect(ISurfaceIntersectionEventsOnIntersectEvent theEvent)
          This event is fired when the difference/depth-surface has been completed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISurfaceIntersectionEventsAdapter

public ISurfaceIntersectionEventsAdapter()
Method Detail

onIntersect

public void onIntersect(ISurfaceIntersectionEventsOnIntersectEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when the difference/depth-surface has been completed.

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