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

com.dg.libs.rest.handlers.ResponseHandler Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.dg.libs.rest.handlers;

import com.dg.libs.rest.callbacks.HttpCallback;
import com.dg.libs.rest.domain.ResponseStatus;

public interface ResponseHandler {

    public HttpCallback getCallback();

    public void handleSuccess(final T responseData);

    public void handleError(final ResponseStatus status);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy