edu.princeton.wordnet.browser
Interface Worker.Task<T>

Type Parameters:
T - return value of initial task
Enclosing class:
Worker<T>

static interface Worker.Task<T>

Task interface with ody and task termination event hook

Author:
Bernard Bou

Method Summary
 T run()
          Body
 void runFinally(T thisGet)
          Termination event hook
 

Method Detail

run

T run()
Body

Returns:
T

runFinally

void runFinally(T thisGet)
Termination event hook

Parameters:
thisGet - value returned by body