Class AttributionTextChangedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributionText()
      Gets the new attribution text string.
      GeoView getSource()  
      • 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
    • Method Detail

      • getAttributionText

        public java.lang.String getAttributionText()
        Gets the new attribution text string.
        Returns:
        the new attribution text string
        Since:
        100.1.0
      • getSource

        public GeoView getSource()
        Overrides:
        getSource in class java.util.EventObject