public static interface FavoritesEditor.FavoriteTasksObserver
| Modifier and Type | Method and Description |
|---|---|
void |
favoritesChanged()
Notification that the favorites list has changed.
|
void |
favoritesReordered(List<FavoriteTask> favoritesReordered)
Notification that the favorites were re-ordered
|
void favoritesChanged()
void favoritesReordered(List<FavoriteTask> favoritesReordered)
favoritesReordered - the favorites that were reorderedCopyright © 2013. All rights reserved