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

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

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

Classes in org.apache.felix.eventadmin.impl.tasks that implement HandoverTask
 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.
 

Constructors in org.apache.felix.eventadmin.impl.tasks with parameters of type HandoverTask
DispatchTask(TaskProducer producer, Scheduler scheduler, HandoverTask handover)
          The constructor of the object.