Interface CLTask<C extends CLQueueContext,R>
-
public interface CLTask<C extends CLQueueContext,R>A task executed on a command queue.- Author:
- Michael Bien
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexecute(C context)Runs the task on a queue and returns a result.
-