Class AttributionTextChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.AttributionTextChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class AttributionTextChangedEvent extends java.util.EventObjectAn event representing a change in the attribution text of aGeoView. This event is generally fired when a layer is added or removed to cause the attribution text update.- Since:
 - 100.1.0
 - See Also:
 GeoView.addAttributionTextChangedListener(AttributionTextChangedListener), Serialized Form
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributionText()Gets the new attribution text string.GeoViewgetSource() 
 - 
 
- 
- 
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:
 getSourcein classjava.util.EventObject
 
 - 
 
 -