com.esri.arcgis.addinframework
Interface ICancellationBinder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICancellationBinderProxy

public interface ICancellationBinder
extends java.io.Serializable

COM Interface 'ICancellationBinder'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

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 IID67d8ff51_e11c_4045_b73a_0af60cb1d46d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void bind(java.lang.Object childRequest)
          Binds the specified child request so that cancellation occuring on the parent is conveyed to the child request.
 

Field Detail

IID67d8ff51_e11c_4045_b73a_0af60cb1d46d

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

bind

void bind(java.lang.Object childRequest)
          throws java.io.IOException,
                 AutomationException
Binds the specified child request so that cancellation occuring on the parent is conveyed to the child request.

Parameters:
childRequest - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.