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

com.javabaas.callback.CloudCallback Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package com.javabaas.callback;

import com.javabaas.ResponseEntity;
import com.javabaas.exception.JBException;

/**
 * Created by xueshukai on 15/12/30 上午11:07.
 */
public interface CloudCallback {
    void done(ResponseEntity responseEntity);
    void error(JBException e , ResponseEntity responseEntity);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy