Interface ResponderTask.ResultHandler

  • Enclosing class:
    ResponderTask

    public static interface ResponderTask.ResultHandler
    Handles result of responder thread run
    • Method Detail

      • handleResult

        void handleResult​(boolean success,
                          java.lang.String reason)
        Will be called at the end of the thread
        Parameters:
        success - if the responder was successful
        reason - failure reason if the responder was not successful