|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.IDynamicMapEventsAdapter
public class IDynamicMapEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.display.IDynamicMapEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
| 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 |
|---|
public IDynamicMapEventsAdapter()
| Method Detail |
|---|
public void dynamicMapStarted(IDynamicMapEventsDynamicMapStartedEvent theEvent)
throws java.io.IOException,
AutomationException
dynamicMapStarted in interface IDynamicMapEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dynamicMapFinished(IDynamicMapEventsDynamicMapFinishedEvent theEvent)
throws java.io.IOException,
AutomationException
dynamicMapFinished in interface IDynamicMapEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeDynamicDraw(IDynamicMapEventsBeforeDynamicDrawEvent theEvent)
throws java.io.IOException,
AutomationException
beforeDynamicDraw in interface IDynamicMapEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterDynamicDraw(IDynamicMapEventsAfterDynamicDrawEvent theEvent)
throws java.io.IOException,
AutomationException
afterDynamicDraw in interface IDynamicMapEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||