|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.IMapSurroundEventsAdapter
public class IMapSurroundEventsAdapter
| Constructor Summary | |
|---|---|
IMapSurroundEventsAdapter()
|
|
| Method Summary | |
|---|---|
void |
afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
Fired after drawing completes. |
void |
beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
Fired before drawing starts. |
void |
contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
Fired when the contents of the map surround changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IMapSurroundEventsAdapter()
| Method Detail |
|---|
public void contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
throws IOException,
AutomationException
contentsChanged in interface IMapSurroundEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
throws IOException,
AutomationException
beforeDraw in interface IMapSurroundEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
throws IOException,
AutomationException
afterDraw in interface IMapSurroundEventstheEvent - The event
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 | ||||||||