com.esri.arcgis.geodatabaseextensions
Class ITerrainEditEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabaseextensions.ITerrainEditEventsAdapter
All Implemented Interfaces:
ITerrainEditEvents, java.io.Serializable, java.util.EventListener

public class ITerrainEditEventsAdapter
extends java.lang.Object
implements ITerrainEditEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabaseextensions.ITerrainEditEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainEditEvents
IID, IIDf008ba42_5126_4daf_88ec_005af3a60083, xxDummy
 
Constructor Summary
ITerrainEditEventsAdapter()
           
 
Method Summary
 void onBuild(ITerrainEditEventsOnBuildEvent theEvent)
          This event is fired when Build is called on a Terrain.
 void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
          This event is fired when Reconcile is called on a Terrain.
 void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
          This event is fired when Redo Build is called on a Terrain.
 void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent)
          This event is fired when Redo Reconcile is called on a Terrain.
 void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
          This event is fired when Undo Build is called on a Terrain.
 void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
          This event is fired when Undo Reconcile is called on a Terrain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITerrainEditEventsAdapter

public ITerrainEditEventsAdapter()
Method Detail

onBuild

public void onBuild(ITerrainEditEventsOnBuildEvent theEvent)
             throws java.io.IOException,
                    AutomationException
This event is fired when Build is called on a Terrain.

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

onUndoBuild

public void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Undo Build is called on a Terrain.

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

onRedoBuild

public void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Redo Build is called on a Terrain.

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

onReconcile

public void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Reconcile is called on a Terrain.

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

onUndoReconcile

public void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
This event is fired when Undo Reconcile is called on a Terrain.

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

onRedoReconcile

public void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
This event is fired when Redo Reconcile is called on a Terrain.

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