com.esri.arcgis.carto
Class IMapFrameEventsAdapter

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

public class IMapFrameEventsAdapter
extends Object
implements IMapFrameEvents

See Also:
Serialized Form

Constructor Summary
IMapFrameEventsAdapter()
           
 
Method Summary
 void mapFrameResized(IMapFrameEventsMapFrameResizedEvent theEvent)
          Occurs when a map frame is resized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMapFrameEventsAdapter

public IMapFrameEventsAdapter()
Method Detail

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