com.esri.arcgis.trackinganalyst
Interface _DTemporalReferenceEvents

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

public interface _DTemporalReferenceEvents
extends java.io.Serializable

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

Description: 'Standard interface for receiving events corresponding to real-time display updates.' 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 DISPID_1_NAME
           
static java.lang.String DISPID_2_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID7cd99b80_7c51_11d5_b7f2_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onChange(ITemporalReference piTemporalRef)
          Fired when any of the temporal reference properties is changed.
 void onUpdate(ITemporalReference piTemporalRef)
          Foundation for the notification event mechanism for the temporal reference object.
 

Field Detail

IID7cd99b80_7c51_11d5_b7f2_00010265adc5

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

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values

DISPID_2_NAME

static final java.lang.String DISPID_2_NAME
See Also:
Constant Field Values
Method Detail

onUpdate

void onUpdate(ITemporalReference piTemporalRef)
              throws java.io.IOException,
                     AutomationException
Foundation for the notification event mechanism for the temporal reference object.

Parameters:
piTemporalRef - A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChange

void onChange(ITemporalReference piTemporalRef)
              throws java.io.IOException,
                     AutomationException
Fired when any of the temporal reference properties is changed.

Parameters:
piTemporalRef - A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.