com.esri.arcgis.systemUI
Interface ICompletionNotify

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

public interface ICompletionNotify
extends java.io.Serializable

COM Interface 'ICompletionNotify'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to a method that advises the framework that the control user has indicated completion.' 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 IID12f412e9_2cbc_11d2_94c8_080009eebecb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setComplete()
          Advises the framework that the control user has indicated completion.
 

Field Detail

IID12f412e9_2cbc_11d2_94c8_080009eebecb

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

setComplete

void setComplete()
                 throws java.io.IOException,
                        AutomationException
Advises the framework that the control user has indicated completion.

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