Uses of Interface
org.apache.felix.eventadmin.impl.tasks.DeliverTasks

Packages that use DeliverTasks
org.apache.felix.eventadmin.impl   
org.apache.felix.eventadmin.impl.tasks   
 

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

Methods in org.apache.felix.eventadmin.impl with parameters of type DeliverTasks
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 DeliverTasks
EventAdminImpl(HandlerTasks managers, DeliverTasks postManager, DeliverTasks sendManager)
          The constructor of the EventAdmin implementation.
 

Uses of DeliverTasks in org.apache.felix.eventadmin.impl.tasks
 

Classes in org.apache.felix.eventadmin.impl.tasks that implement DeliverTasks
 class AsyncDeliverTasks
          This class does the actual work of the asynchronous event dispatch.
 class SyncDeliverTasks
          This class does the actual work of the synchronous event delivery.