com.esri.arcgis.display
Interface ITimeDisplayEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
DataGraphWindow, ITimeDisplayEventsAdapter, ITimeDisplayEventsProxy, TableWindow

public interface ITimeDisplayEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'ITimeDisplayEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control Display Time Events.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe99ec344_6801_4fb4_94d7_05e67d67451d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
          Notifies clients when display time changed.
 

Field Detail

IIDe99ec344_6801_4fb4_94d7_05e67d67451d

static final int IIDe99ec344_6801_4fb4_94d7_05e67d67451d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

displayTimeChanged

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

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