com.esri.arcgis.carto
Class IMapSurroundEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IMapSurroundEventsAdapter
- All Implemented Interfaces:
- IMapSurroundEvents, Serializable, EventListener
public class IMapSurroundEventsAdapter
- extends Object
- implements IMapSurroundEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMapSurroundEventsAdapter
public IMapSurroundEventsAdapter()
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.