|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ActivationList.Filter
An interface used by the filter
and find
methods to determine if an Activation
is acceptable or
not.
ActivationList.filter(Filter)
,
ActivationList.find(Filter)
Method Summary | |
---|---|
boolean |
accept(Activation activation)
This method determines if an Activation is accepted by
a Filter instance or not. |
Method Detail |
---|
boolean accept(Activation activation)
Activation
is accepted by
a Filter
instance or not. It should return
true
if the given Activation
should be
accepted, false
otherwise.
activation
- the Activation
to check for acceptance
true
if activation
is accepted,
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |