com.esri.arcgis.system
Class ITrackCancel2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.ITrackCancelProxy
          extended by com.esri.arcgis.system.ITrackCancel2Proxy
All Implemented Interfaces:
ITrackCancel, ITrackCancel2, java.io.Externalizable, java.io.Serializable

public class ITrackCancel2Proxy
extends ITrackCancelProxy
implements ITrackCancel2, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.ITrackCancel2
IID, IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64
 
Fields inherited from interface com.esri.arcgis.system.ITrackCancel
IID34c20005_4d3c_11d0_92d8_00805f7c28b0
 
Constructor Summary
  ITrackCancel2Proxy()
          For internal use only
  ITrackCancel2Proxy(java.lang.Object obj)
           
protected ITrackCancel2Proxy(java.lang.Object obj, java.lang.String iid)
           
  ITrackCancel2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITrackCancel2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 int getTimeout()
          The time out in ms interval for a lengthy operation.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 class com.esri.arcgis.system.ITrackCancelProxy
cancel, esri_continue, getCheckTime, getProgressor, isCancelOnClick, isCancelOnKeyPress, isProcessMessages, isTimerFired, reset, setCancelOnClick, setCancelOnKeyPress, setCheckTime, setProcessMessages, setProgressor, startTimer, stopTimer
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITrackCancel2Proxy

public ITrackCancel2Proxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITrackCancel2Proxy

public ITrackCancel2Proxy()
For internal use only


ITrackCancel2Proxy

public ITrackCancel2Proxy(java.lang.Object obj)
                   throws java.io.IOException
Throws:
java.io.IOException

ITrackCancel2Proxy

protected ITrackCancel2Proxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Throws:
java.io.IOException

ITrackCancel2Proxy

protected ITrackCancel2Proxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class ITrackCancelProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class ITrackCancelProxy
Throws:
java.io.IOException

setTimeout

public 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.

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

getTimeout

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

Specified by:
getTimeout in interface ITrackCancel2
Returns:
The timeoutMS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

trackMouseMove

public 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.

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

trackNavigationKeys

public 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.

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