com.esri.arcgis.trackinganalyst
Class _ITemporalReferenceEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst._ITemporalReferenceEventsAdapter
All Implemented Interfaces:
_ITemporalReferenceEvents, Serializable, EventListener

public class _ITemporalReferenceEventsAdapter
extends Object
implements _ITemporalReferenceEvents

See Also:
Serialized Form

Constructor Summary
_ITemporalReferenceEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_ITemporalReferenceEventsAdapter

public _ITemporalReferenceEventsAdapter()
Method Detail

onUpdate

public 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.

Specified by:
onUpdate in interface _ITemporalReferenceEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChange

public 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.

Specified by:
onChange in interface _ITemporalReferenceEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.