com.javabaas.callback.RequestCallback 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.exception.JBException;
/**
* Created by xueshukai on 16/1/26 下午3:08.
*/
public interface RequestCallback {
void done();
void error(JBException e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy