public interface FriendServiceObserve
Modifier and Type | Method and Description |
---|---|
void |
observeBlackListChangedNotify(Observer<BlackListChangedNotify> observer,
boolean register)
Observer for changes of the blacklist
|
void |
observeFriendChangedNotify(Observer<FriendChangedNotify> observer,
boolean register)
Observer for changes of the friend list
|
void |
observeMuteListChangedNotify(Observer<MuteListChangedNotify> observer,
boolean register)
Observer for changes of the muted list
|
void observeFriendChangedNotify(Observer<FriendChangedNotify> observer, boolean register)
observer
- The observer. The parameter is the notification for the changes of the friend listregister
- true: register the observer; false unregister the observervoid observeBlackListChangedNotify(Observer<BlackListChangedNotify> observer, boolean register)
observer
- The observer. The parameter is the notification for the changes of the blacklistregister
- true: register the observer; false unregister the observervoid observeMuteListChangedNotify(Observer<MuteListChangedNotify> observer, boolean register)
observer
- The observer. The parameter is the notification for the changes of the muted listregister
- true: register the observer; false unregister the observer