com.javabaas.callback.DeleteCallback 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 15/10/8 下午3:40.
*/
public interface DeleteCallback {
void done();
void error(JBException e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy