Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.loadable
Interface LoadStatusChangedListener
- All Superinterfaces:
EventListener
@Deprecated(forRemoval=true,
since="200.0.0")
public interface LoadStatusChangedListener
extends EventListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving
LoadStatus
changed events from Loadable
resources.- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadStatusChanged
(LoadStatusChangedEvent loadStatusChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when theLoadStatus
of aLoadable
resource changes.
-
Method Details
-
loadStatusChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when theLoadStatus
of aLoadable
resource changes.- Parameters:
loadStatusChangedEvent
- provides the source of the event as well as the new load status- Since:
- 100.0.0
-
Loadable.loadStatusProperty()
to receive notifications of load status changes