public class LoadingEvent extends Object
{@code
Modifier and Type | Class and Description |
---|---|
static class |
LoadingEvent.LoadingState |
Modifier and Type | Field and Description |
---|---|
boolean |
isEmpty |
LoadingEvent.LoadingState |
loadingState |
Throwable |
t |
Constructor and Description |
---|
LoadingEvent() |
public boolean isEmpty
public LoadingEvent.LoadingState loadingState
@Nullable public Throwable t