com.applitools.connectivity.api.AsyncRequestCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-common-java3 Show documentation
Show all versions of eyes-common-java3 Show documentation
Common code for Applitools Eyes Java SDK projects
package com.applitools.connectivity.api;
public interface AsyncRequestCallback {
void onComplete(Response response);
void onFail(Throwable throwable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy