Class GeoElementWarningsChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.mapping.popup.GeoElementWarningsChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public final class GeoElementWarningsChangedEvent extends java.util.EventObject
The event is fired when the geo element validation warnings are changed.- Since:
- 100.14.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoElementWarningsChangedEvent(PopupManager source)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PopupManager
getSource()
Gets the PopupManager that issued this event.
-
-
-
Constructor Detail
-
GeoElementWarningsChangedEvent
public GeoElementWarningsChangedEvent(PopupManager source)
Constructs a new instance of this class.- Parameters:
source
- the PopupManager which fired the event- Since:
- 100.14.0
-
-
Method Detail
-
getSource
public PopupManager getSource()
Gets the PopupManager that issued this event.- Overrides:
getSource
in classjava.util.EventObject
- Returns:
- the PopupManager that issued this event
- Since:
- 100.14.0
-
-