K - The type of the object returned to this callback.public abstract class DatabaseRetrieveCallback<T> extends Callback
| Constructor and Description |
|---|
DatabaseRetrieveCallback() |
public abstract void onSuccess(T result)
T - The type of the retrieved object.result - the object retrievedCopyright © 2015. All rights reserved.