interface IDataManagerState
Parents
object
Brief
The interface for checking the state of the data manager
| Public Methods | |
|---|---|
| isNotLoaded | Checks whether the state is Not Loaded |
| isLoading | Checks whether the state is Loading |
| isLoaded | Checks whether the state is Loaded |
| hasError | Checks whether any error occurred on the last state change |
| getError | Gets the error that occurred on the state change |