public class LoadingEvent extends Object
@OnEvent(LoadingEvent.class)
static void onLoadingStateChanged(
SectionContext context,
@FromEvent LoadingState loadingState,
@Prop int someProp) {
context.updateLoadingState(loadingState);
}
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
public Throwable t