com.esri.arcgis.trackinganalyst
Interface _DTemporalReferenceEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
_DTemporalReferenceEventsProxy

public interface _DTemporalReferenceEvents
extends Serializable

Standard interface for receiving events corresponding to real-time display updates.

Product Availability

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


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.
 

Method Detail

onUpdate

void onUpdate(ITemporalReference piTemporalRef)
              throws IOException,
                     AutomationException
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:
piTemporalRef - A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChange

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

Product Availability

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

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