com.esri.arcgis.carto
Class IMapSurroundEventsAdapter
java.lang.Object
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
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 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.