com.esri.arcgis.display
Class IDynamicMapEventsAdapter

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

public class IDynamicMapEventsAdapter
extends java.lang.Object
implements IDynamicMapEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.display.IDynamicMapEvents
IID, IID5ea97c5f_e7ab_4eb0_8881_f2182924df52, xxDummy
 
Constructor Summary
IDynamicMapEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDynamicMapEventsAdapter

public IDynamicMapEventsAdapter()
Method Detail

dynamicMapStarted

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

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

dynamicMapFinished

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

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

beforeDynamicDraw

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

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

afterDynamicDraw

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

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