|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterAttachable<E>
Interface for attaching filters to objects.
Method Summary | |
---|---|
void |
addFilter(Filter<E> newFilter)
Add a filter. |
void |
clearAllFilters()
|
List<Filter<E>> |
getCopyOfAttachedFiltersList()
Get a copy of all the filters contained within this FilterAttachable object. |
FilterReply |
getFilterChainDecision(E event)
Loop through the filters in the chain. |
Method Detail |
---|
void addFilter(Filter<E> newFilter)
void clearAllFilters()
List<Filter<E>> getCopyOfAttachedFiltersList()
FilterReply getFilterChainDecision(E event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |