com.javabaas.callback.FindCallback 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 java.util.List;
import com.javabaas.exception.JBException;
/**
* Created by xueshukai on 15/9/29 下午2:53.
*/
public interface FindCallback {
void done(List result);
void error(JBException e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy