com.esri.arcgis.display
Interface IDynamicMapEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ControlsMapRoamTool, IDynamicMapEventsAdapter, IDynamicMapEventsProxy, TADynamicDisplayRefreshController

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

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

Description: 'Provides access to events that occur when the state of the dynamic display changes.' 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 IID5ea97c5f_e7ab_4eb0_8881_f2182924df52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void afterDynamicDraw(IDynamicMapEventsAfterDynamicDrawEvent theEvent)
          Fired after the specified phase is drawn.
 void beforeDynamicDraw(IDynamicMapEventsBeforeDynamicDrawEvent theEvent)
          Fired before the specified phase is drawn.
 void dynamicMapFinished(IDynamicMapEventsDynamicMapFinishedEvent theEvent)
          Fired when the dynamic map finishes.
 void dynamicMapStarted(IDynamicMapEventsDynamicMapStartedEvent theEvent)
          Fired when the dynamic map starts.
 

Field Detail

IID5ea97c5f_e7ab_4eb0_8881_f2182924df52

static final int IID5ea97c5f_e7ab_4eb0_8881_f2182924df52
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

dynamicMapStarted

void dynamicMapStarted(IDynamicMapEventsDynamicMapStartedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired when the dynamic map starts.

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

dynamicMapFinished

void dynamicMapFinished(IDynamicMapEventsDynamicMapFinishedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Fired when the dynamic map finishes.

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

beforeDynamicDraw

void beforeDynamicDraw(IDynamicMapEventsBeforeDynamicDrawEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired before the specified phase is drawn.

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

afterDynamicDraw

void afterDynamicDraw(IDynamicMapEventsAfterDynamicDrawEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired after the specified phase is drawn.

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