com.esri.arcgis.carto
Class IMapSurroundEventsAdapter

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

public class IMapSurroundEventsAdapter
extends Object
implements IMapSurroundEvents

See Also:
Serialized Form

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 IOException,
                            AutomationException
Fired when the contents of the map surround changes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

beforeDraw

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

afterDraw

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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