|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
Method Summary | |
---|---|
int |
accept(java.lang.Object obj)
Returns An integer greater than 0 if the obj is acceptable
in this Filter . |
Method Detail |
---|
int accept(java.lang.Object obj)
obj
is acceptable
in this Filter
. If the value is lesser or equals than 0 the
obj
is rejected.
obj
-
obj
is acceptable
in this Filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |