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

All Known Implementing Classes:
BlacklistingHandlerTasks

public interface HandlerTasks

The factory for event handler tasks. Implementations of this interface can be used to create tasks that handle the delivery of events to event handlers.

Author:
Felix Project Team

Method Summary
 HandlerTask[] createHandlerTasks(Event event)
          Create the handler tasks for the event.
 

Method Detail

createHandlerTasks

HandlerTask[] createHandlerTasks(Event event)
Create the handler tasks for the event. All matching event handlers must be determined and delivery tasks for them returned.

Parameters:
event - The event for which' handlers delivery tasks must be created
Returns:
A delivery task for each handler that matches the given event


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.