public abstract class AVCallback<T> extends Object
| Constructor and Description |
|---|
AVCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
internalDone(AVException parseException) |
void |
internalDone(T t,
AVException parseException) |
protected abstract void |
internalDone0(T t,
AVException parseException) |
protected boolean |
mustRunOnUIThread() |
public void internalDone(T t, AVException parseException)
protected boolean mustRunOnUIThread()
public void internalDone(AVException parseException)
protected abstract void internalDone0(T t, AVException parseException)
Copyright © 2017. All rights reserved.