com.esri.arcgis.controls
Class ITOCBuddyEventsActiveViewChangedEvent

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

public class ITOCBuddyEventsActiveViewChangedEvent
extends EventObject

Description

The ActiveViewChanged event is triggered whenever there is a scale change in the ActiveView of the ITOCControl::Buddy. This event is fired when the TOCControl has a 'buddy' GlobeControl and the IGlobeDisplayEvents::InteractionStopped event is fired.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ITOCBuddyEventsActiveViewChangedEvent(Object source)
           
 
Method Summary
 boolean getOnlyScaleChange()
           
 void init(boolean onlyScaleChange)
           
 
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

ITOCBuddyEventsActiveViewChangedEvent

public ITOCBuddyEventsActiveViewChangedEvent(Object source)
Method Detail

init

public void init(boolean onlyScaleChange)

getOnlyScaleChange

public final boolean getOnlyScaleChange()