Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.realtime
Class DynamicEntityDataSource.DynamicEntityPurgedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.realtime.DynamicEntityDataSource.DynamicEntityPurgedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
DynamicEntityDataSource
A notification that a
DynamicEntity
was 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 info.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getDynamicEntityInfo
Gets the dynamic entity info.- Returns:
- the dynamic entity info
- Since:
- 200.1.0
-