Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.loadable
Interface LoadStatusChangedListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated(forRemoval=true, since="200.0.0") public interface LoadStatusChangedListener extends java.util.EventListener
Deprecated, for removal: This API element is subject to removal in a future version.As of 200.0.0, add a listener toLoadable.loadStatusProperty()
to receive notifications of load status changesThe listener interface for receivingLoadStatus
changed events fromLoadable
resources.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
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 Detail
-
loadStatusChanged
void loadStatusChanged(LoadStatusChangedEvent loadStatusChangedEvent)
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
-
-