|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentFetchedHandler
The primary interface a caller must implement to receive a response to a
IntrinsicFeature.fetchContent(String,
ContentFetchedHandler).
| Nested Class Summary | |
|---|---|
static class |
ContentFetchedHandler.ContentFetchedEvent
Encapsulates the arguments for the IntrinsicFeature.fetchContent() response. |
| Method Summary | |
|---|---|
void |
onContentFetched(ContentFetchedHandler.ContentFetchedEvent event)
Method to be invoked when a pending content fetch completes. |
| Method Detail |
|---|
void onContentFetched(ContentFetchedHandler.ContentFetchedEvent event)
event - event encapsulating the fetched data.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||