com.esri.arcgis.editor
Class ITraverseWindowEventsAdapter

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

public class ITraverseWindowEventsAdapter
extends java.lang.Object
implements ITraverseWindowEvents

Adapter for COM Event Interface 'com.esri.arcgis.editor.ITraverseWindowEvents'. 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.ITraverseWindowEvents
IID, IIDe62f974f_d2ba_460d_bc8e_d6a94c793f77, xxDummy
 
Constructor Summary
ITraverseWindowEventsAdapter()
           
 
Method Summary
 void onActivate(ITraverseWindowEventsOnActivateEvent theEvent)
          Called when the Traverse Window dialog is activated.
 void onAddCourse(ITraverseWindowEventsOnAddCourseEvent theEvent)
          Called after the course is added.
 void onChangeCourseType(ITraverseWindowEventsOnChangeCourseTypeEvent theEvent)
          Called when the course type changes.
 void onChangeCurveDirectionType(ITraverseWindowEventsOnChangeCurveDirectionTypeEvent theEvent)
          Called when the curve direction type changes.
 void onChangeCurveParameter(ITraverseWindowEventsOnChangeCurveParameterEvent theEvent)
          Called when a curve parameter is changed for either the tangent curve or curve course.
 void onChangeTurnDirection(ITraverseWindowEventsOnChangeTurnDirectionEvent theEvent)
          Called when the turn direction is changed.
 void onDeactivate(ITraverseWindowEventsOnDeactivateEvent theEvent)
          Called when the Traverse Window dialog is deactivated.
 void onLoadTraverse(ITraverseWindowEventsOnLoadTraverseEvent theEvent)
          Called when a traverse is added from a text file.
 void onPositionChanged(ITraverseWindowEventsOnPositionChangedEvent theEvent)
          Called when the position of the Traverse Window dialog changes.
 void onSetFinishPoint(ITraverseWindowEventsOnSetFinishPointEvent theEvent)
          Called when the finish point of the traverse is set.
 void onSetFocusToMeasure(ITraverseWindowEventsOnSetFocusToMeasureEvent theEvent)
          Called when the focus is set to one of the measure text controls.
 void onSetStartPoint(ITraverseWindowEventsOnSetStartPointEvent theEvent)
          Called when the start point of the traverse is set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITraverseWindowEventsAdapter

public ITraverseWindowEventsAdapter()
Method Detail

onChangeCourseType

public void onChangeCourseType(ITraverseWindowEventsOnChangeCourseTypeEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called when the course type changes.

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

onSetFocusToMeasure

public void onSetFocusToMeasure(ITraverseWindowEventsOnSetFocusToMeasureEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Called when the focus is set to one of the measure text controls.

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

onChangeCurveParameter

public void onChangeCurveParameter(ITraverseWindowEventsOnChangeCurveParameterEvent theEvent)
                            throws java.io.IOException,
                                   AutomationException
Called when a curve parameter is changed for either the tangent curve or curve course.

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

onChangeTurnDirection

public void onChangeTurnDirection(ITraverseWindowEventsOnChangeTurnDirectionEvent theEvent)
                           throws java.io.IOException,
                                  AutomationException
Called when the turn direction is changed.

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

onChangeCurveDirectionType

public void onChangeCurveDirectionType(ITraverseWindowEventsOnChangeCurveDirectionTypeEvent theEvent)
                                throws java.io.IOException,
                                       AutomationException
Called when the curve direction type changes.

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

onAddCourse

public void onAddCourse(ITraverseWindowEventsOnAddCourseEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Called after the course is added.

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

onLoadTraverse

public void onLoadTraverse(ITraverseWindowEventsOnLoadTraverseEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Called when a traverse is added from a text file.

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

onSetStartPoint

public void onSetStartPoint(ITraverseWindowEventsOnSetStartPointEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Called when the start point of the traverse is set.

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

onSetFinishPoint

public void onSetFinishPoint(ITraverseWindowEventsOnSetFinishPointEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when the finish point of the traverse is set.

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

onActivate

public void onActivate(ITraverseWindowEventsOnActivateEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Called when the Traverse Window dialog is activated.

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

onDeactivate

public void onDeactivate(ITraverseWindowEventsOnDeactivateEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Called when the Traverse Window dialog is deactivated.

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

onPositionChanged

public void onPositionChanged(ITraverseWindowEventsOnPositionChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Called when the position of the Traverse Window dialog changes.

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