Interface ResponseTextHandler


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

    Modifier and Type
    Method
    Description
    void
    onCompletion(String responseText)
    Called when an asynchronous HTTP request completes successfully.
  • Method Details

    • onCompletion

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