android-sdk (1.4.3) / com.techcentrix.sdk.util / FutureListener
FutureListener
interface FutureListener<V>
A listener that is called back when a Future is done.
Functions
Name | Summary |
---|---|
onDone | Invoked when the Future completes, regardless of how (normally, due to an exception, or cancelled).abstract fun onDone(future: Future <V>): Unit |