com.esri.arcgis.editor
Class IEditEvents4Adapter

java.lang.Object
  extended by com.esri.arcgis.editor.IEditEvents4Adapter
All Implemented Interfaces:
IEditEvents4, java.io.Serializable, java.util.EventListener

public class IEditEvents4Adapter
extends java.lang.Object
implements IEditEvents4

Adapter for COM Event Interface 'com.esri.arcgis.editor.IEditEvents4'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IEditEvents4
IID, IID99c99d75_78ab_4473_ad87_38a3f0b30e04, xxDummy
 
Constructor Summary
IEditEvents4Adapter()
           
 
Method Summary
 void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
          Called when Angular Correction Offset is changed.
 void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
          Called when Distance Correction Factor is changed.
 void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
          Called when Ground to Grid use changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEditEvents4Adapter

public IEditEvents4Adapter()
Method Detail

onUseGroundToGridChanged

public void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
                              throws java.io.IOException,
                                     AutomationException
Called when Ground to Grid use changes.

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

onAngularCorrectionOffsetChanged

public void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
                                      throws java.io.IOException,
                                             AutomationException
Called when Angular Correction Offset is changed.

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

onDistanceCorrectionFactorChanged

public void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
                                       throws java.io.IOException,
                                              AutomationException
Called when Distance Correction Factor is changed.

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