org.kalmeo.util.worker
Interface WorkerTask


public interface WorkerTask

Author:
bbeaulant

Method Summary
 boolean run()
          Call by the Worker when the WorkerTask need to be execute.
 

Method Detail

run

boolean run()
Call by the Worker when the WorkerTask need to be execute.

Returns:
true if the task need to be removed after execute


Copyright © 2007-2008 Kalmeo. All Rights Reserved.