|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface modeling a ContactFilter.
Method Summary | |
boolean |
passes(Contact contact)
Tests if a given contact passes through this ContactFilter. |
void |
setChildFilter(ContactFilter filter)
Sets a child filter, which will be applied by the parent. |
Method Detail |
public boolean passes(Contact contact)
contact
- a Contact instance.
public void setChildFilter(ContactFilter filter)
Note that this semantics allow to construct chains of different filters.
filter
- a ContactFilter instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |