public interface FindCallback<T extends NCMBBase>
| Modifier and Type | Method and Description |
|---|---|
void |
done(java.util.List<T> results,
NCMBException e)
Override this method with the code you want to run after find object
|
void done(java.util.List<T> results, NCMBException e)
results - list of search resulte - NCMBException from NIFCLOUD mobile backend