com.esri.arcgis.trackinganalyst
Interface ITxDocEventHandler

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITxDocEventHandler2
All Known Implementing Classes:
DocEventHandler, ITxDocEventHandler2Proxy, ITxDocEventHandlerProxy

public interface ITxDocEventHandler
extends java.io.Serializable

COM Interface 'ITxDocEventHandler'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods for document event handling.' 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 IID51e14ff2_84f5_11d7_b877_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getParentDocument()
          Parent document responsible for the document event handling.
 void isApplication()
          Indicates if this object is part of an application.
 void isMapControl()
          Indicates if this object is attached to a map control.
 void isRunningInArcMap()
          Indicates if this object is attached to ArcMap.
 void isRunningInCatalog()
          Indicates if this object is attached to ArcCatalog.
 boolean isValid()
          Indicates if this object is in a valid state.
 

Field Detail

IID51e14ff2_84f5_11d7_b877_00010265adc5

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

getParentDocument

java.lang.Object getParentDocument()
                                   throws java.io.IOException,
                                          AutomationException
Parent document responsible for the document event handling.

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

isValid

boolean isValid()
                throws java.io.IOException,
                       AutomationException
Indicates if this object is in a valid state.

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

isMapControl

void isMapControl()
                  throws java.io.IOException,
                         AutomationException
Indicates if this object is attached to a map control.

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

isApplication

void isApplication()
                   throws java.io.IOException,
                          AutomationException
Indicates if this object is part of an application.

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

isRunningInCatalog

void isRunningInCatalog()
                        throws java.io.IOException,
                               AutomationException
Indicates if this object is attached to ArcCatalog.

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

isRunningInArcMap

void isRunningInArcMap()
                       throws java.io.IOException,
                              AutomationException
Indicates if this object is attached to ArcMap.

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