Package com.esri.arcgisruntime.loadable
Class LoadStatusChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.loadable.LoadStatusChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class LoadStatusChangedEvent extends java.util.EventObjectAn event which indicates that the load status of aLoadablechanged.- Since:
 - 100.0.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoadStatusChangedEvent(java.lang.Object source, LoadStatus newLoadStatus)Creates a new instance of aLoadStatusChangedEvent. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadStatusgetNewLoadStatus()Returns the new load status of theLoadable. 
 - 
 
- 
- 
Constructor Detail
- 
LoadStatusChangedEvent
public LoadStatusChangedEvent(java.lang.Object source, LoadStatus newLoadStatus)Creates a new instance of aLoadStatusChangedEvent.- Parameters:
 source- theLoadablethat 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
 
 
 - 
 
 -