Package com.esri.arcgisruntime.loadable
Class LoadStatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.loadable.LoadStatusChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class LoadStatusChangedEvent extends EventObject
An event which indicates that the load status of aLoadable
changed.- Since:
- 100.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description LoadStatusChangedEvent(Object source, LoadStatus newLoadStatus)
Creates a new instance of aLoadStatusChangedEvent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadStatus
getNewLoadStatus()
Returns the new load status of theLoadable
.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
LoadStatusChangedEvent
public LoadStatusChangedEvent(Object source, LoadStatus newLoadStatus)
Creates a new instance of aLoadStatusChangedEvent
.- Parameters:
source
- theLoadable
that raised the event.newLoadStatus
- the new load status of theLoadable
- Since:
- 100.0.0
-
-
Method Detail
-
getNewLoadStatus
public LoadStatus getNewLoadStatus()
Returns the new load status of theLoadable
.- Returns:
- the new load status
- Since:
- 100.0.0
-
-