fulmine.util.concurrent
Interface ITaskHandler<TASK_TYPE>

Type Parameters:
TASK_TYPE - the type of task handled
All Known Implementing Classes:
EventProcessor

public interface ITaskHandler<TASK_TYPE>

An object that handles the logic to process a specific type of task.

Author:
Ramon Servadei

Method Summary
 void handleTask(TASK_TYPE task)
          Handle the task.
 

Method Detail

handleTask

void handleTask(TASK_TYPE task)
Handle the task.

Parameters:
task - the task to process


Copyright © 2007-2009. All Rights Reserved.