com.esri.arcgis.trackinganalyst
Interface _ITemporalReferenceEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
_ITemporalReferenceEventsAdapter, _ITemporalReferenceEventsProxy

public interface _ITemporalReferenceEvents
extends java.util.EventListener, java.io.Serializable

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

Description: 'Provides access to members needed to manage temporal reference information on events.' 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 IID78c74228_17cf_11d5_b7cf_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onChange(_ITemporalReferenceEventsOnChangeEvent theEvent)
          Notifies clients when any temporal reference properties are changed.
 void onUpdate(_ITemporalReferenceEventsOnUpdateEvent theEvent)
          Serves as the foundation for the notification event mechanism for the temporal reference object.
 

Field Detail

IID78c74228_17cf_11d5_b7cf_00010265adc5

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

onUpdate

void onUpdate(_ITemporalReferenceEventsOnUpdateEvent theEvent)
              throws java.io.IOException,
                     AutomationException
Serves as the foundation for the notification event mechanism for the temporal reference object.

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

onChange

void onChange(_ITemporalReferenceEventsOnChangeEvent theEvent)
              throws java.io.IOException,
                     AutomationException
Notifies clients when any temporal reference properties are changed.

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