public class ITerrainEditEventsAdapter extends java.lang.Object implements ITerrainEditEvents
IID, IIDf008ba42_5126_4daf_88ec_005af3a60083, xxDummy| Constructor and Description |
|---|
ITerrainEditEventsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void onBuild(ITerrainEditEventsOnBuildEvent theEvent) throws java.io.IOException, AutomationException
onBuild in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent) throws java.io.IOException, AutomationException
onUndoBuild in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent) throws java.io.IOException, AutomationException
onRedoBuild in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent) throws java.io.IOException, AutomationException
onReconcile in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent) throws java.io.IOException, AutomationException
onUndoReconcile in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent) throws java.io.IOException, AutomationException
onRedoReconcile in interface ITerrainEditEventstheEvent - The eventjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.