|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapEvents3
Provides access to events that occur when the state of the map changes.
The IMapEvents3 interface is exposed off the Map object, enabling clients to listen and respond to two events occurring inside a map: BeginBuildCache and EndBuildCache. Both of these events are related to the MapCache functionality available via IMapCache. Specifically, they are fired during the building of a map cache.
Method Summary | |
---|---|
void |
beginBuildCache(IMapEvents3BeginBuildCacheEvent theEvent)
Fired when the table object changes. |
void |
endBuildCache(IMapEvents3EndBuildCacheEvent theEvent)
Fired when the active graphics layer changes. |
Method Detail |
---|
void beginBuildCache(IMapEvents3BeginBuildCacheEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endBuildCache(IMapEvents3EndBuildCacheEvent theEvent) throws IOException, AutomationException
theEvent
- 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 |