Class ArcGISScene.BasemapChangedEvent

    • 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 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