All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.connectivity.api.AsyncRequestCallback Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.applitools.connectivity.api;

public interface AsyncRequestCallback {
    void onComplete(Response response);

    void onFail(Throwable throwable);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy