com.parse
Interface ParseQueryAdapter.OnQueryLoadListener<T extends ParseObject>

Enclosing class:
ParseQueryAdapter<T extends ParseObject>

public static interface ParseQueryAdapter.OnQueryLoadListener<T extends ParseObject>

Implement with logic that is called before and after objects are fetched from Parse by the adapter.


Method Summary
 void onLoaded(List<T> objects, Exception e)
           
 void onLoading()
           
 

Method Detail

onLoading

void onLoading()

onLoaded

void onLoaded(List<T> objects,
              Exception e)