com.esri.arcgis.display
Class ITimeDisplayEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.display.ITimeDisplayEventsAdapter
All Implemented Interfaces:
ITimeDisplayEvents, Serializable, EventListener

public class ITimeDisplayEventsAdapter
extends Object
implements ITimeDisplayEvents

See Also:
Serialized Form

Constructor Summary
ITimeDisplayEventsAdapter()
           
 
Method Summary
 void displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
          Notifies clients when display time changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITimeDisplayEventsAdapter

public ITimeDisplayEventsAdapter()
Method Detail

displayTimeChanged

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

Product Availability

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

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