Uses of Package
org.apache.felix.eventadmin.impl.tasks

Packages that use org.apache.felix.eventadmin.impl.tasks
org.apache.felix.eventadmin.impl   
org.apache.felix.eventadmin.impl.dispatch   
org.apache.felix.eventadmin.impl.handler   
org.apache.felix.eventadmin.impl.tasks   
 

Classes in org.apache.felix.eventadmin.impl.tasks used by org.apache.felix.eventadmin.impl
DeliverTasks
          A factory that creates DeliverTask objects.
 

Classes in org.apache.felix.eventadmin.impl.tasks used by org.apache.felix.eventadmin.impl.dispatch
DeliverTask
          Dispatch given event dispatch tasks.
DispatchTask
          This class is the core of the event dispatching (for both, synchronous and asynchronous).
HandlerTask
          A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.
 

Classes in org.apache.felix.eventadmin.impl.tasks used by org.apache.felix.eventadmin.impl.handler
HandlerTask
          A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.
 

Classes in org.apache.felix.eventadmin.impl.tasks used by org.apache.felix.eventadmin.impl.tasks
DeliverTask
          Dispatch given event dispatch tasks.
DeliverTasks
          A factory that creates DeliverTask objects.
DispatchTask
          This class is the core of the event dispatching (for both, synchronous and asynchronous).
HandlerTask
          A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.
HandoverTask
          A task that is used to handover a dispatch thread context to another thread.