|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.IEngineEditEventsAdapter
public class IEngineEditEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.controls.IEngineEditEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.controls.IEngineEditEvents |
---|
IID, IIDe771de79_605e_4e6c_ba52_5689b1909441, xxDummy |
Constructor Summary | |
---|---|
IEngineEditEventsAdapter()
|
Method Summary | |
---|---|
void |
onAbort(IEngineEditEventsOnAbortEvent theEvent)
Fires when an edit operation is aborted. |
void |
onAfterDrawSketch(IEngineEditEventsOnAfterDrawSketchEvent theEvent)
Fires after the edit sketch is drawn. |
void |
onBeforeStopEditing(IEngineEditEventsOnBeforeStopEditingEvent theEvent)
Fires before editing stops. |
void |
onBeforeStopOperation(IEngineEditEventsOnBeforeStopOperationEvent theEvent)
Fires before an edit operation stops. |
void |
onChangeFeature(IEngineEditEventsOnChangeFeatureEvent theEvent)
Fires when features are modified. |
void |
onConflictsDetected(IEngineEditEventsOnConflictsDetectedEvent theEvent)
Fires when editing conflicts are detected during save. |
void |
onCreateFeature(IEngineEditEventsOnCreateFeatureEvent theEvent)
Fires when new features are created. |
void |
onCurrentTaskChanged(IEngineEditEventsOnCurrentTaskChangedEvent theEvent)
Fires when the current task changes. |
void |
onCurrentZChanged(IEngineEditEventsOnCurrentZChangedEvent theEvent)
Called when the CurrentZ changes. |
void |
onDeleteFeature(IEngineEditEventsOnDeleteFeatureEvent theEvent)
Fires when features are deleted. |
void |
onSaveEdits(IEngineEditEventsOnSaveEditsEvent theEvent)
Fires when edits are saved. |
void |
onSelectionChanged(IEngineEditEventsOnSelectionChangedEvent theEvent)
Fires when the selection changes. |
void |
onSketchFinished(IEngineEditEventsOnSketchFinishedEvent theEvent)
Fires when the edit sketch is finished. |
void |
onSketchModified(IEngineEditEventsOnSketchModifiedEvent theEvent)
Fires when the edit sketch is modified. |
void |
onStartEditing(IEngineEditEventsOnStartEditingEvent theEvent)
Fires when editing begins. |
void |
onStartOperation(IEngineEditEventsOnStartOperationEvent theEvent)
Fires when an edit operation starts. |
void |
onStopEditing(IEngineEditEventsOnStopEditingEvent theEvent)
Fires when editing ends. |
void |
onStopOperation(IEngineEditEventsOnStopOperationEvent theEvent)
Fires when an edit operation stops. |
void |
onTargetLayerChanged(IEngineEditEventsOnTargetLayerChangedEvent theEvent)
Fires when the target layer changes. |
void |
onVertexAdded(IEngineEditEventsOnVertexAddedEvent theEvent)
Fires when a vertex is added to the edit sketch. |
void |
onVertexDeleted(IEngineEditEventsOnVertexDeletedEvent theEvent)
Fires when a vertex is deleted from the edit sketch. |
void |
onVertexMoved(IEngineEditEventsOnVertexMovedEvent theEvent)
Fires when a vertex is moved in the edit sketch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IEngineEditEventsAdapter()
Method Detail |
---|
public void onSelectionChanged(IEngineEditEventsOnSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
onSelectionChanged
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onTargetLayerChanged(IEngineEditEventsOnTargetLayerChangedEvent theEvent) throws java.io.IOException, AutomationException
onTargetLayerChanged
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onCurrentTaskChanged(IEngineEditEventsOnCurrentTaskChangedEvent theEvent) throws java.io.IOException, AutomationException
onCurrentTaskChanged
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onSketchModified(IEngineEditEventsOnSketchModifiedEvent theEvent) throws java.io.IOException, AutomationException
onSketchModified
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onSketchFinished(IEngineEditEventsOnSketchFinishedEvent theEvent) throws java.io.IOException, AutomationException
onSketchFinished
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onAfterDrawSketch(IEngineEditEventsOnAfterDrawSketchEvent theEvent) throws java.io.IOException, AutomationException
onAfterDrawSketch
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onStartEditing(IEngineEditEventsOnStartEditingEvent theEvent) throws java.io.IOException, AutomationException
onStartEditing
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onStopEditing(IEngineEditEventsOnStopEditingEvent theEvent) throws java.io.IOException, AutomationException
onStopEditing
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onConflictsDetected(IEngineEditEventsOnConflictsDetectedEvent theEvent) throws java.io.IOException, AutomationException
onConflictsDetected
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onCreateFeature(IEngineEditEventsOnCreateFeatureEvent theEvent) throws java.io.IOException, AutomationException
onCreateFeature
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onChangeFeature(IEngineEditEventsOnChangeFeatureEvent theEvent) throws java.io.IOException, AutomationException
onChangeFeature
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDeleteFeature(IEngineEditEventsOnDeleteFeatureEvent theEvent) throws java.io.IOException, AutomationException
onDeleteFeature
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onVertexMoved(IEngineEditEventsOnVertexMovedEvent theEvent) throws java.io.IOException, AutomationException
onVertexMoved
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onVertexAdded(IEngineEditEventsOnVertexAddedEvent theEvent) throws java.io.IOException, AutomationException
onVertexAdded
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onVertexDeleted(IEngineEditEventsOnVertexDeletedEvent theEvent) throws java.io.IOException, AutomationException
onVertexDeleted
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onBeforeStopEditing(IEngineEditEventsOnBeforeStopEditingEvent theEvent) throws java.io.IOException, AutomationException
onBeforeStopEditing
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onAbort(IEngineEditEventsOnAbortEvent theEvent) throws java.io.IOException, AutomationException
onAbort
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onStartOperation(IEngineEditEventsOnStartOperationEvent theEvent) throws java.io.IOException, AutomationException
onStartOperation
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onBeforeStopOperation(IEngineEditEventsOnBeforeStopOperationEvent theEvent) throws java.io.IOException, AutomationException
onBeforeStopOperation
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onStopOperation(IEngineEditEventsOnStopOperationEvent theEvent) throws java.io.IOException, AutomationException
onStopOperation
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onSaveEdits(IEngineEditEventsOnSaveEditsEvent theEvent) throws java.io.IOException, AutomationException
onSaveEdits
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onCurrentZChanged(IEngineEditEventsOnCurrentZChangedEvent theEvent) throws java.io.IOException, AutomationException
onCurrentZChanged
in interface IEngineEditEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |