com.esri.arcgis.trackinganalyst
Class _ITemporalReferenceEventsAdapter
java.lang.Object
com.esri.arcgis.trackinganalyst._ITemporalReferenceEventsAdapter
- All Implemented Interfaces:
- _ITemporalReferenceEvents, Serializable, EventListener
public class _ITemporalReferenceEventsAdapter
- extends Object
- implements _ITemporalReferenceEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ITemporalReferenceEventsAdapter
public _ITemporalReferenceEventsAdapter()
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.