Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.realtime
Class DynamicEntity.DynamicEntityChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.realtime.DynamicEntity.DynamicEntityChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
DynamicEntity
Called when
DynamicEntity
changes.
This event is raised any time an associated observation is received from a DynamicEntityDataSource
or when
an observation is purged from the local data cache.
- Since:
- 200.1.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the dynamic entity changed info.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getDynamicEntityChangedInfo
Gets the dynamic entity changed info.- Returns:
- the dynamic entity changed info
- Since:
- 200.1.0
-