Class ArcGISScene.BasemapChangedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Basemap getOldBasemap()
      Gets the Basemap of the ArcGISScene prior to the event.
      ArcGISScene getSource()
      Gets the ArcGISScene which raised the event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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 for JavaSE and 100.1.0 for Android
    • Method Detail

      • getSource

        public ArcGISScene getSource()
        Gets the ArcGISScene which raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the ArcGISScene which raised the event
        Since:
        100.0.0 for JavaSE and 100.1.0 for Android
      • 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 for JavaSE and 100.1.0 for Android