Class GeotriggerMonitorWarningChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.geotriggers.GeotriggerMonitorWarningChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class GeotriggerMonitorWarningChangedEvent extends EventObject
Called when aGeotriggerMonitor.getWarning()
changes.- Since:
- 100.12.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeotriggerMonitor
getSource()
ArcGISRuntimeException
getWarning()
Gets the warning.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public GeotriggerMonitor getSource()
- Overrides:
getSource
in classEventObject
-
getWarning
public ArcGISRuntimeException getWarning()
Gets the warning.- Returns:
- the warning
- Since:
- 100.12.0
-
-