Class ArcGISMap.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 ArcGISMap prior to the event.
      ArcGISMap getSource()
      Gets the ArcGISMap 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​(ArcGISMap source,
                                   Basemap oldBasemap)
        Creates a BasemapChangedEvent instance.
        Parameters:
        source - the ArcGISMap which raised the event
        oldBasemap - the ArcGISMap's Basemap prior to the event, can be null
        Since:
        100.0.0
    • Method Detail

      • getSource

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

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