com.esri.arcgis.geodatabase
Class ISurfaceIntersectionEventsAdapter

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

public class ISurfaceIntersectionEventsAdapter
extends Object
implements ISurfaceIntersectionEvents

See Also:
Serialized Form

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 IOException,
                        AutomationException
This event is fired when the difference/depth-surface has been completed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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