public interface ResponseTextHandler
Modifier and Type | Method and Description |
---|---|
void |
onCompletion(String responseText)
Called when an asynchronous HTTP request completes successfully.
|
void onCompletion(String responseText)
responseText
- the text returned from the serverCopyright © 2018. All rights reserved.