interface IDataManagerState

Parents

object

Brief

The interface for checking the state of the data manager

Public Methods

getError

Gets the error that occurred on the state change

hasError

Checks whether any error occurred on the last state change

isLoaded

Checks whether the state is Loaded

isLoading

Checks whether the state is Loading

isNotLoaded

Checks whether the state is Not Loaded

back