com.esri.arcgis.display
Class ITimeDisplayEventsAdapter

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

public class ITimeDisplayEventsAdapter
extends java.lang.Object
implements ITimeDisplayEvents

Adapter for COM Event Interface 'com.esri.arcgis.display.ITimeDisplayEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.display.ITimeDisplayEvents
IID, IIDe99ec344_6801_4fb4_94d7_05e67d67451d, xxDummy
 
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 java.io.IOException,
                               AutomationException
Notifies clients when display time changed.

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