Uses of Interface
org.apache.felix.eventadmin.impl.handler.Filters

Packages that use Filters
org.apache.felix.eventadmin.impl.handler   
 

Uses of Filters in org.apache.felix.eventadmin.impl.handler
 

Classes in org.apache.felix.eventadmin.impl.handler that implement Filters
 class CacheFilters
          This is an implementation of the Filters factory that uses a cache in order to speed-up filter creation.
 

Constructors in org.apache.felix.eventadmin.impl.handler with parameters of type Filters
BlacklistingHandlerTasks(org.osgi.framework.BundleContext context, BlackList blackList, TopicHandlerFilters topicHandlerFilters, Filters filters, TopicPermissions topicPermissions)
          The constructor of the factory.