Interface AsyncContentProvider.Listener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
HttpSender, HttpSenderOverHTTP
- Enclosing interface:
AsyncContentProvider
A listener that is notified of content availability
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback method invoked when content is available
-
Method Details
-
onContent
void onContent()Callback method invoked when content is available
-