public interface FilterAttachable<E>
Modifier and Type | Method and Description |
---|---|
void |
addFilter(Filter<E> newFilter)
Add a filter.
|
void |
clearAllFilters() |
java.util.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.
|
void clearAllFilters()
java.util.List<Filter<E>> getCopyOfAttachedFiltersList()
FilterReply getFilterChainDecision(E event)
Copyright © 2010 - 2020 Adobe. All Rights Reserved