jerklib.listeners
Interface TaskCompletionListener


public interface TaskCompletionListener

An interface that can be used for returning a value from a Task

Author:
mohadib

Method Summary
 void taskComplete(Object result)
          Called when a task wishes to notify
 

Method Detail

taskComplete

void taskComplete(Object result)
Called when a task wishes to notify

Parameters:
result -