public interface WorkResultHandler<R>
| Modifier and Type | Method and Description |
|---|---|
void |
onDone(R result,
Throwable error)
Exécution terminée .
|
void |
onStart()
Démarrage de l'exécution de la tache.
|
Copyright © 2017. All Rights Reserved.