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 =
public class ITrackCancelProxy extends com.esri.arcgis.interop.Dispatch implements ITrackCancel, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID34c20005_4d3c_11d0_92d8_00805f7c28b0
Modifier | Constructor and Description |
---|---|
|
ITrackCancelProxy()
Deprecated.
For internal use only
|
|
ITrackCancelProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITrackCancelProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITrackCancelProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITrackCancelProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
cancel()
Deprecated.
Cancels the associated operation.
|
boolean |
esri_continue()
Deprecated.
Called frequently while associated operation is progressing.
|
int |
getCheckTime()
Deprecated.
The interval at which the operation will be interrupted to advance progressors and process messages.
|
IProgressor |
getProgressor()
Deprecated.
The progressor used to show progress during lengthy operations.
|
boolean |
isCancelOnClick()
Deprecated.
Indicates whether mouse clicks should cancel the operation.
|
boolean |
isCancelOnKeyPress()
Deprecated.
Indicates whether the escape key and spacebar should cancel the operation.
|
boolean |
isProcessMessages()
Deprecated.
An obsolete method.
|
boolean |
isTimerFired()
Deprecated.
An obsolete method.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
reset()
Deprecated.
Resets the manager after the associated operation is finished.
|
void |
setCancelOnClick(boolean pCancelOnClick)
Deprecated.
Indicates whether mouse clicks should cancel the operation.
|
void |
setCancelOnKeyPress(boolean pCancelOnKeyPress)
Deprecated.
Indicates whether the escape key and spacebar should cancel the operation.
|
void |
setCheckTime(int milliseconds)
Deprecated.
The interval at which the operation will be interrupted to advance progressors and process messages.
|
void |
setProcessMessages(boolean processMessages)
Deprecated.
An obsolete method.
|
void |
setProgressor(IProgressor progressor)
Deprecated.
The progressor used to show progress during lengthy operations.
|
void |
startTimer(int hWnd,
int milliseconds)
Deprecated.
An obsolete method.
|
void |
stopTimer()
Deprecated.
An obsolete method.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ITrackCancelProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITrackCancelProxy()
public ITrackCancelProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITrackCancelProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITrackCancelProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setCheckTime(int milliseconds) throws java.io.IOException, AutomationException
setCheckTime
in interface ITrackCancel
milliseconds
- The milliseconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCheckTime() throws java.io.IOException, AutomationException
getCheckTime
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProgressor(IProgressor progressor) throws java.io.IOException, AutomationException
setProgressor
in interface ITrackCancel
progressor
- A reference to a com.esri.arcgis.system.IProgressor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws java.io.IOException, AutomationException
getProgressor
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void cancel() throws java.io.IOException, AutomationException
cancel
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean esri_continue() throws java.io.IOException, AutomationException
esri_continue
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProcessMessages(boolean processMessages) throws java.io.IOException, AutomationException
setProcessMessages
in interface ITrackCancel
processMessages
- The processMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isProcessMessages() throws java.io.IOException, AutomationException
isProcessMessages
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startTimer(int hWnd, int milliseconds) throws java.io.IOException, AutomationException
startTimer
in interface ITrackCancel
hWnd
- The hWnd (in)milliseconds
- The milliseconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isTimerFired() throws java.io.IOException, AutomationException
isTimerFired
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void stopTimer() throws java.io.IOException, AutomationException
stopTimer
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCancelOnClick() throws java.io.IOException, AutomationException
isCancelOnClick
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCancelOnClick(boolean pCancelOnClick) throws java.io.IOException, AutomationException
setCancelOnClick
in interface ITrackCancel
pCancelOnClick
- The pCancelOnClick (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCancelOnKeyPress() throws java.io.IOException, AutomationException
isCancelOnKeyPress
in interface ITrackCancel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCancelOnKeyPress(boolean pCancelOnKeyPress) throws java.io.IOException, AutomationException
setCancelOnKeyPress
in interface ITrackCancel
pCancelOnKeyPress
- The pCancelOnKeyPress (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.