com.esri.arcgis.carto
Class IMapFrameEventsAdapter

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

public class IMapFrameEventsAdapter
extends java.lang.Object
implements IMapFrameEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IMapFrameEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IMapFrameEvents
IID, IIDfe3115eb_ed6c_11d0_8683_0000f8751720, xxDummy
 
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 java.io.IOException,
                            AutomationException
Occurs when a map frame is resized.

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