org.apache.felix.eventadmin.impl.tasks
Interface DeliverTask

All Known Implementing Classes:
AsyncDeliverTasks, SyncDeliverTasks

public interface DeliverTask

Dispatch given event dispatch tasks.

Author:
Felix Project Team

Method Summary
 void execute(HandlerTask[] handlerTasks)
          Dispatch the given event dispatch tasks.
 

Method Detail

execute

void execute(HandlerTask[] handlerTasks)
Dispatch the given event dispatch tasks.

Parameters:
handlerTasks - The event dispatch tasks to execute