Interface ResponseTextHandler


  • public interface ResponseTextHandler
    Implement this interface to receive HTTP completion events.
    • Method Detail

      • onCompletion

        void onCompletion​(java.lang.String responseText)
        Called when an asynchronous HTTP request completes successfully.
        Parameters:
        responseText - the text returned from the server