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