com.esri.arcgis.carto
Class IMapEvents3Adapter

java.lang.Object
  extended by com.esri.arcgis.carto.IMapEvents3Adapter
All Implemented Interfaces:
IMapEvents3, Serializable, EventListener

public class IMapEvents3Adapter
extends Object
implements IMapEvents3

See Also:
Serialized Form

Constructor Summary
IMapEvents3Adapter()
           
 
Method Summary
 void beginBuildCache(IMapEvents3BeginBuildCacheEvent theEvent)
          Fired when the table object changes.
 void endBuildCache(IMapEvents3EndBuildCacheEvent theEvent)
          Fired when the active graphics layer changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMapEvents3Adapter

public IMapEvents3Adapter()
Method Detail

beginBuildCache

public void beginBuildCache(IMapEvents3BeginBuildCacheEvent theEvent)
                     throws IOException,
                            AutomationException
Fired when the table object changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

endBuildCache

public void endBuildCache(IMapEvents3EndBuildCacheEvent theEvent)
                   throws IOException,
                          AutomationException
Fired when the active graphics layer changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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