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

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

Uses of HandlerTasks in org.apache.felix.eventadmin.impl
 

Methods in org.apache.felix.eventadmin.impl with parameters of type HandlerTasks
protected  EventAdminImpl Activator.createEventAdmin(org.osgi.framework.BundleContext context, HandlerTasks handlerTasks, DeliverTasks asyncExecuters, DeliverTasks syncExecuters)
          Create a event admin implementation.
 

Constructors in org.apache.felix.eventadmin.impl with parameters of type HandlerTasks
EventAdminImpl(HandlerTasks managers, DeliverTasks postManager, DeliverTasks sendManager)
          The constructor of the EventAdmin implementation.
 

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

Classes in org.apache.felix.eventadmin.impl.handler that implement HandlerTasks
 class BlacklistingHandlerTasks
          This class is an implementation of the HandlerTasks interface that does provide blacklisting of event handlers.