com.esri.arcgis.trackinganalyst
Interface _ITemporalReferenceEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
_ITemporalReferenceEventsAdapter, _ITemporalReferenceEventsProxy

public interface _ITemporalReferenceEvents
extends EventListener, Serializable

Provides access to members needed to manage temporal reference information on events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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.
 

Method Detail

onUpdate

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

onChange

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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