|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactListFilter
The ContactListFilter is an interface meant to be implemented by modules interested in filtering the contact list. An implementation of this interface should be able to answer if an UIContact or an UIGroup is matching the corresponding filter.
| Method Summary | |
|---|---|
void |
applyFilter(FilterQuery filterQuery)
Applies this filter to any interested sources |
boolean |
isMatching(UIContact uiContact)
Indicates if the given uiGroup is matching the current filter. |
boolean |
isMatching(UIGroup uiGroup)
Indicates if the given uiGroup is matching the current filter. |
| Method Detail |
|---|
boolean isMatching(UIContact uiContact)
uiContact - the UIContact to check
boolean isMatching(UIGroup uiGroup)
uiGroup - the UIGroup to check
void applyFilter(FilterQuery filterQuery)
filterQuery - the FilterQuery that tracks the results of
this filtering
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||