GoogleMap.CancelableCallback

public static interface GoogleMap.CancelableCallback

Interface de rappel pour la création de rapports lorsqu'une tâche est terminée ou annulée

Récapitulatif des méthodes publiques

élément abstrait nul
onCancel()
Invoqué lorsqu'une tâche est annulée.
élément abstrait nul
onFinish
Invoqué lorsqu'une tâche est terminée.

Méthodes publiques

abstrait public void onCancel ()

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

abstrait public void onFinish ()

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