java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.loadable.LoadStatusChangedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="200.0.0")
public final class LoadStatusChangedEvent
extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event which indicates that the load status of a
Loadable
changed.- Since:
- 100.0.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionLoadStatusChangedEvent
(Object source, LoadStatus newLoadStatus) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance of aLoadStatusChangedEvent
. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the new load status of theLoadable
.Methods inherited from class java.util.EventObject
getSource, toString
Loadable.loadStatusProperty()
to receive notifications of load status changes