com.esri.arcgis.carto
Class IMapEvents3Adapter

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

public class IMapEvents3Adapter
extends java.lang.Object
implements IMapEvents3

Adapter for COM Event Interface 'com.esri.arcgis.carto.IMapEvents3'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IMapEvents3
IID, IIDc1ba2686_83ac_4d40_8bbb_548d3f220808, xxDummy
 
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 java.io.IOException,
                            AutomationException
Fired when the table object changes.

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

endBuildCache

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

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