com.esri.arcgis.carto
Class IMapSurroundEventsAdapter

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

public class IMapSurroundEventsAdapter
extends java.lang.Object
implements IMapSurroundEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IMapSurroundEvents'. 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.IMapSurroundEvents
IID, IID0dca8f87_afa7_11d2_87fb_0000f8751720, xxDummy
 
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

IMapSurroundEventsAdapter

public IMapSurroundEventsAdapter()
Method Detail

contentsChanged

public void contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Fired when the contents of the map surround changes.

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

beforeDraw

public void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Fired before drawing starts.

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

afterDraw

public void afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
               throws java.io.IOException,
                      AutomationException
Fired after drawing completes.

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