Module com.esri.arcgisruntime
Class GeotriggerMonitorNotificationEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.geotriggers.GeotriggerMonitorNotificationEvent
- All Implemented Interfaces:
Serializable
Called when a
GeotriggerNotificationInfo
is sent.- Since:
- 100.12.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the geotrigger notification info.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getGeotriggerNotificationInfo
Gets the geotrigger notification info.- Returns:
- the geotrigger notification info
- Since:
- 100.12.0
-