com.esri.arcgis.controls
Class IPageLayoutControlEventsOnFullExtentUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IPageLayoutControlEventsOnFullExtentUpdatedEvent
All Implemented Interfaces:
Serializable

public class IPageLayoutControlEventsOnFullExtentUpdatedEvent
extends EventObject

Description

OnFullExtentUpdated is triggered whenever the IPageLayoutControl::FullExtent is set. For example, by changing the paper size.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IPageLayoutControlEventsOnFullExtentUpdatedEvent(Object source)
           
 
Method Summary
 Object getDisplayTransformation()
           
 Object getNewEnvelope()
           
 void init(Object displayTransformation, Object newEnvelope)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPageLayoutControlEventsOnFullExtentUpdatedEvent

public IPageLayoutControlEventsOnFullExtentUpdatedEvent(Object source)
Method Detail

init

public void init(Object displayTransformation,
                 Object newEnvelope)

getDisplayTransformation

public final Object getDisplayTransformation()

getNewEnvelope

public final Object getNewEnvelope()