MOA 12.03
Real Time Analytics for Data Streams
moa.tasks.TaskCompletionListener Interface Reference

Interface representing a listener for the task in TaskThread to be completed. More...

List of all members.

Public Member Functions

void taskCompleted (TaskThread task)
 The method to perform when the task finishes.

Detailed Description

Interface representing a listener for the task in TaskThread to be completed.

TaskThread fires that the task is completed to all its listeners when it finishes to run its task.

Author:
Richard Kirkby ([email protected])
Version:
Revision:
7

Definition at line 30 of file TaskCompletionListener.java.


Member Function Documentation

void moa.tasks.TaskCompletionListener.taskCompleted ( TaskThread  task)

The method to perform when the task finishes.

Parameters:
taskthe TaskThead that this listener is listening

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations