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

All Known Implementing Classes:
AsyncDeliverTasks, SyncDeliverTasks

public interface HandoverTask

A task that is used to handover a dispatch thread context to another thread.

Author:
Felix Project Team

Method Summary
 void execute(DispatchTask task)
          Handover the context to another thread.
 

Method Detail

execute

void execute(DispatchTask task)
Handover the context to another thread.

Parameters:
task - The context to be executed in another thread.


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