com.esri.arcgis.display
Class ITransformEventsVisibleBoundsUpdatedEvent

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

public class ITransformEventsVisibleBoundsUpdatedEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ITransformEventsVisibleBoundsUpdatedEvent(Object source)
           
 
Method Summary
 IDisplayTransformation getSender()
           
 boolean getSizeChanged()
           
 void init(IDisplayTransformation sender, boolean sizeChanged)
           
 
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

ITransformEventsVisibleBoundsUpdatedEvent

public ITransformEventsVisibleBoundsUpdatedEvent(Object source)
Method Detail

init

public void init(IDisplayTransformation sender,
                 boolean sizeChanged)

getSender

public final IDisplayTransformation getSender()

getSizeChanged

public final boolean getSizeChanged()