com.javabaas.callback.CloudCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javabaas_android Show documentation
Show all versions of javabaas_android Show documentation
JavaBaas, which based on Java, is a development framework for mobile backend.
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