com.esri.arcgis.geodatabaseextensions
Class ITerrainEditEventsAdapter

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

public class ITerrainEditEventsAdapter
extends Object
implements ITerrainEditEvents

See Also:
Serialized Form

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 IOException,
                    AutomationException
This event is fired when Build is called on a Terrain.

Product Availability

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

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

onUndoBuild

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

Product Availability

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

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

onRedoBuild

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

Product Availability

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

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

onReconcile

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

Product Availability

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

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

onUndoReconcile

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

Product Availability

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

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

onRedoReconcile

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

Product Availability

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

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