Package com.esri.arcgisruntime.loadable
Interface LoadStatusChangedListener
-
- All Superinterfaces:
java.util.EventListener
public interface LoadStatusChangedListener extends java.util.EventListener
The listener interface for receivingLoadStatus
changed events fromLoadable
resources.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadStatusChanged(LoadStatusChangedEvent loadStatusChangedEvent)
Invoked when theLoadStatus
of aLoadable
resource changes.
-
-
-
Method Detail
-
loadStatusChanged
void loadStatusChanged(LoadStatusChangedEvent loadStatusChangedEvent)
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
-
-