com.esri.arcgis.controls
Class IARControlEventsOnCurrentViewChangedEvent

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

public class IARControlEventsOnCurrentViewChangedEvent
extends EventObject

Description

The OnCurrentViewChanged event is triggered whenever the CurrentView is changed, such as when the LoadDocument, ReloadDocument, UnloadDocument methods are used or when the CurrentView property is explicitly changed or when the user interactively toggles the view.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IARControlEventsOnCurrentViewChangedEvent(Object source)
           
 
Method Summary
 Object getPNewCurrentView()
           
 void init(Object pNewCurrentView)
           
 
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

IARControlEventsOnCurrentViewChangedEvent

public IARControlEventsOnCurrentViewChangedEvent(Object source)
Method Detail

init

public void init(Object pNewCurrentView)

getPNewCurrentView

public final Object getPNewCurrentView()