com.esri.arcgis.display
Interface ITimeDisplayEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
DataGraphWindow, ITimeDisplayEventsAdapter, ITimeDisplayEventsProxy, TableWindow

public interface ITimeDisplayEvents
extends EventListener, Serializable

Provides access to members that control Display Time Events.

Description

Events fired from this interface will notify you when the user or some programmatic entity has set the current Time value using the ITimeDisplay interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
          Notifies clients when display time changed.
 

Method Detail

displayTimeChanged

void displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
                        throws IOException,
                               AutomationException
Notifies clients when display time changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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