public interface FriendListListener
Modifier and Type | Method and Description |
---|---|
void |
onContactCreated(FriendList list,
Friend lf)
Callback used to notify a new contact has been created on the CardDAV server
and downloaded locally.
|
void |
onContactDeleted(FriendList list,
Friend lf)
Callback used to notify a contact has been deleted on the CardDAV server.
|
void |
onContactUpdated(FriendList list,
Friend newFriend,
Friend oldFriend)
Callback used to notify a contact has been updated on the CardDAV server.
|
void |
onSyncStatusChanged(FriendList list,
FriendList.SyncStatus status,
java.lang.String msg)
Callback used to notify the status of the synchronization has changed.
|
void onContactCreated(FriendList list, Friend lf)
void onContactDeleted(FriendList list, Friend lf)
void onContactUpdated(FriendList list, Friend newFriend, Friend oldFriend)
void onSyncStatusChanged(FriendList list, FriendList.SyncStatus status, java.lang.String msg)