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

All Known Implementing Classes:
BlockTask, HandlerTaskImpl, ResumeTask

public interface HandlerTask

A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.

Author:
Felix Project Team

Method Summary
 void blackListHandler()
          Blacklist the handler.
 void execute()
          Deliver the event to the handler.
 

Method Detail

execute

void execute()
Deliver the event to the handler.


blackListHandler

void blackListHandler()
Blacklist the handler.



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