Class GeotriggerMonitorNotificationEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.geotriggers.GeotriggerMonitorNotificationEvent
-
- All Implemented Interfaces:
java.io.Serializable
public final class GeotriggerMonitorNotificationEvent extends java.util.EventObject
Called when aGeotriggerNotificationInfo
is sent.- Since:
- 100.12.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeotriggerNotificationInfo
getGeotriggerNotificationInfo()
Gets the geotrigger notification info.GeotriggerMonitor
getSource()
-
-
-
Method Detail
-
getSource
public GeotriggerMonitor getSource()
- Overrides:
getSource
in classjava.util.EventObject
-
getGeotriggerNotificationInfo
public GeotriggerNotificationInfo getGeotriggerNotificationInfo()
Gets the geotrigger notification info.- Returns:
- the geotrigger notification info
- Since:
- 100.12.0
-
-