GoogleMap.CancelableCallback

interface statique publique GoogleMap.CancelableCallback

Interface de rappel permettant de signaler qu'une tâche est terminée ou annulée.

Récapitulatif des méthodes publiques

vide abstrait
onCancel()
Appelée lorsqu'une tâche est annulée.
vide abstrait
onFinish()
Appelée lorsqu'une tâche est terminée.

Méthodes publiques

public abstrait vide onCancel ()

Appelée lorsqu'une tâche est annulée.

public abstract void onFinish ()

Appelée lorsqu'une tâche est terminée.