public interface AsyncContentProvider extends ContentProvider
ContentProvider that notifies listeners that content is available.| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncContentProvider.Listener
A listener that is notified of content availability
|
ContentProvider.Typed| Modifier and Type | Method and Description |
|---|---|
void |
setListener(AsyncContentProvider.Listener listener) |
getLengthvoid setListener(AsyncContentProvider.Listener listener)
listener - the listener to be notified of content availabilityCopyright © 1995-2015 Webtide. All Rights Reserved.