public interface DoneCallback
Modifier and Type | Field and Description |
---|---|
static DoneCallback |
NOOP_DONECALLBACK
The no-operation callback.
|
Modifier and Type | Method and Description |
---|---|
void |
handleResult()
Called when the result is ready.
|
static final DoneCallback NOOP_DONECALLBACK