Class ArcGISScene.BasemapChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.ArcGISScene.BasemapChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ArcGISScene

public static final class ArcGISScene.BasemapChangedEvent extends EventObject
An event which indicates that the Basemap of the source has changed.
Since:
100.0.0
See Also:
  • Constructor Details

    • BasemapChangedEvent

      public BasemapChangedEvent(ArcGISScene source, Basemap oldBasemap)
      Creates a BasemapChangedEvent instance.
      Parameters:
      source - the source which raised the event
      oldBasemap - the source's Basemap prior to the event, can be null
      Since:
      100.0.0
  • Method Details

    • getSource

      public ArcGISScene getSource()
      Gets the ArcGISScene which raised the event.
      Overrides:
      getSource in class EventObject
      Returns:
      the ArcGISScene which raised the event
      Since:
      100.0.0
    • getOldBasemap

      public Basemap getOldBasemap()
      Gets the Basemap of the ArcGISScene prior to the event.
      Returns:
      the Basemap of the ArcGISScene prior to the event
      Since:
      100.0.0