com.esri.arcgis.carto
Class IMapFrameEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IMapFrameEventsAdapter
- All Implemented Interfaces:
- IMapFrameEvents, Serializable, EventListener
public class IMapFrameEventsAdapter
- extends Object
- implements IMapFrameEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMapFrameEventsAdapter
public IMapFrameEventsAdapter()
mapFrameResized
public void mapFrameResized(IMapFrameEventsMapFrameResizedEvent theEvent)
throws IOException,
AutomationException
- Occurs when a map frame is resized.
Remarks
The MapFrameResized event is fired whenever the MapFrame or MapSurroundFrame is resized (depending on which object the event is being tracked for). Use the event to make updates to the contents of the frame that might depend on it's size.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
mapFrameResized
in interface IMapFrameEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.- See Also:
MapFrame