Interface LoadingStateChangeEvent.LoadingState
- Enclosing class:
LoadingStateChangeEvent
public static interface LoadingStateChangeEvent.LoadingState
Represents the current status of the data being loaded.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LoadingStateChangeEvent.LoadingState
Indicates that the data set has been completely loaded.static final LoadingStateChangeEvent.LoadingState
Indicates that the data has started to load.static final LoadingStateChangeEvent.LoadingState
Indicates that part of the data set has been loaded, but more data is still pending.
-
Field Details
-
LOADING
Indicates that the data has started to load. -
PARTIALLY_LOADED
Indicates that part of the data set has been loaded, but more data is still pending. -
LOADED
Indicates that the data set has been completely loaded.
-