com.esri.arcgis.system
Interface ITrackCancel2

All Superinterfaces:
ITrackCancel, java.io.Serializable
All Known Implementing Classes:
CancelTracker, ITrackCancel2Proxy

public interface ITrackCancel2
extends ITrackCancel, java.io.Serializable

COM Interface 'ITrackCancel2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control the Cancel Tracker.' 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 IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.ITrackCancel
IID34c20005_4d3c_11d0_92d8_00805f7c28b0
 
Method Summary
 int getTimeout()
          The time out in ms interval for a lengthy operation.
 void setTimeout(int timeoutMS)
          The time out in ms interval for a lengthy operation.
 void trackMouseMove(boolean bYesNo)
          Turns on/off tracking of mouse movements.
 void trackNavigationKeys(boolean bYesNo)
          Turns on/off tracking of navigation keys.
 
Methods inherited from interface com.esri.arcgis.system.ITrackCancel
cancel, esri_continue, getCheckTime, getProgressor, isCancelOnClick, isCancelOnKeyPress, isProcessMessages, isTimerFired, reset, setCancelOnClick, setCancelOnKeyPress, setCheckTime, setProcessMessages, setProgressor, startTimer, stopTimer
 

Field Detail

IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64

static final int IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64
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

setTimeout

void setTimeout(int timeoutMS)
                throws java.io.IOException,
                       AutomationException
The time out in ms interval for a lengthy operation. The negative value means no timeout.

Parameters:
timeoutMS - The timeoutMS (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeout

int getTimeout()
               throws java.io.IOException,
                      AutomationException
The time out in ms interval for a lengthy operation. The negative value means no timeout.

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

trackMouseMove

void trackMouseMove(boolean bYesNo)
                    throws java.io.IOException,
                           AutomationException
Turns on/off tracking of mouse movements. If bYesNo is true, the cancel is triggered by the mouse move.

Parameters:
bYesNo - The bYesNo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

trackNavigationKeys

void trackNavigationKeys(boolean bYesNo)
                         throws java.io.IOException,
                                AutomationException
Turns on/off tracking of navigation keys. If bYesNo is true, the cancel is triggered by the navigation key press.

Parameters:
bYesNo - The bYesNo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.