com.esri.arcgis.editor
Interface ITraverseWindowEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ITraverseWindowEventsAdapter, ITraverseWindowEventsProxy

public interface ITraverseWindowEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'ITraverseWindowEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to Traverse Window events. Implement it to listen to specific events that occur when the Traverse Window is used.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe62f974f_d2ba_460d_bc8e_d6a94c793f77
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDe62f974f_d2ba_460d_bc8e_d6a94c793f77

static final int IIDe62f974f_d2ba_460d_bc8e_d6a94c793f77
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onChangeCourseType

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSetFocusToMeasure

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChangeCurveParameter

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChangeTurnDirection

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChangeCurveDirectionType

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onAddCourse

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onLoadTraverse

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSetStartPoint

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSetFinishPoint

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onActivate

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDeactivate

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onPositionChanged

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.