com.esri.arcgis.editor
Class IEditEvents4Adapter
java.lang.Object
com.esri.arcgis.editor.IEditEvents4Adapter
- All Implemented Interfaces:
- IEditEvents4, Serializable, EventListener
public class IEditEvents4Adapter
- extends Object
- implements IEditEvents4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IEditEvents4Adapter
public IEditEvents4Adapter()
onUseGroundToGridChanged
public void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
throws IOException,
AutomationException
- Called when Ground to Grid use changes.
Product Availability
Available with ArcGIS Desktop.
- Specified by:
onUseGroundToGridChanged
in interface IEditEvents4
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onAngularCorrectionOffsetChanged
public void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
throws IOException,
AutomationException
- Called when Angular Correction Offset is changed.
Product Availability
Available with ArcGIS Desktop.
- Specified by:
onAngularCorrectionOffsetChanged
in interface IEditEvents4
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onDistanceCorrectionFactorChanged
public void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
throws IOException,
AutomationException
- Called when Distance Correction Factor is changed.
Product Availability
Available with ArcGIS Desktop.
- Specified by:
onDistanceCorrectionFactorChanged
in interface IEditEvents4
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.