public static interface SequenceableLoader.Callback<T extends SequenceableLoader>
SequenceableLoader
events.Modifier and Type | Method and Description |
---|---|
void |
onContinueLoadingRequested(T source)
Called by the loader to indicate that it wishes for its
SequenceableLoader.continueLoading(long) method
to be called when it can continue to load data. |
void onContinueLoadingRequested(T source)
SequenceableLoader.continueLoading(long)
method
to be called when it can continue to load data. Called on the playback thread.