com.esri.arcgis.carto
Interface IElementShutdown

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IElementShutdownProxy, InkGraphic, OleFrame

public interface IElementShutdown
extends java.io.Serializable

COM Interface 'IElementShutdown'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the IElementShutdown interface.' 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 IID36313019_58b7_4509_89d8_0f573b69fd18
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void shutdown()
          Called when the element is about to be deleted.
 

Field Detail

IID36313019_58b7_4509_89d8_0f573b69fd18

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

shutdown

void shutdown()
              throws java.io.IOException,
                     AutomationException
Called when the element is about to be deleted.

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