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

com.azuqua.java.callbacks.AsyncRequest Maven / Gradle / Ivy

package com.azuqua.java.callbacks;

import com.azuqua.java.models.AzuquaError;

/**
 * Created by SASi on 14-Jul-16.
 */
public interface AsyncRequest {
    void onResponse(String response);

    void onError(AzuquaError error);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy