public abstract class GetFileCallback<T extends LCFile> extends LCCallback<T>
| Constructor and Description |
|---|
GetFileCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(T object,
LCException e)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(T returnValue,
LCException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(T object, LCException e)
object - The object that was retrieved, or null if it did not succeed.e - The exception raised by the save, or null if it succeeded.protected final void internalDone0(T returnValue, LCException e)
internalDone0 in class LCCallback<T extends LCFile>Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.