Class DynamicEntityChangedInfo

java.lang.Object
com.esri.arcgisruntime.realtime.DynamicEntityChangedInfo

public final class DynamicEntityChangedInfo extends Object
Describes changes to a DynamicEntity sent by DynamicEntity.DynamicEntityChangedEvent.

An object of this type is sent as an argument to the DynamicEntity.DynamicEntityChangedEvent. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.

If the last observation has been purged from the local data cache, the dynamicEntityPurgedProperty() property is set to true. This indicates that the dynamic entity has been purged and will receive no more associated observations from the data source.

Since:
200.1.0