public interface FetchCallback<T extends NCMBBase> extends CallbackBase
| Modifier and Type | Method and Description |
|---|---|
void |
done(T object,
NCMBException e)
Override this method with the code you want to run after process completed
|
void done(T object, NCMBException e)
object - object of fetch resulte - exception from NIFCLOUD mobile backend