com.esri.arcgis.trackinganalyst
Class _ITemporalReferenceEventsAdapter

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

public class _ITemporalReferenceEventsAdapter
extends java.lang.Object
implements _ITemporalReferenceEvents

Adapter for COM Event Interface 'com.esri.arcgis.trackinganalyst._ITemporalReferenceEvents'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst._ITemporalReferenceEvents
IID, IID78c74228_17cf_11d5_b7cf_00010265adc5, xxDummy
 
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 java.io.IOException,
                     AutomationException
Serves as the foundation for the notification event mechanism for the temporal reference object.

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

onChange

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

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