PROGRESS - Progression information typefinal class PostProgress<PROGRESS> extends ThreadedTask<Pair<ThreadedTask<?,?,PROGRESS>,PROGRESS>,java.lang.Void,java.lang.Void>
| Constructor and Description | 
|---|
PostProgress()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Void | 
doThreadAction(Pair<ThreadedTask<?,?,PROGRESS>,PROGRESS> parameter)
Post the progression information  
Parent documentation: Call when the turn of this thread comes.  | 
cancel, canceled, doProgress, postProgress, setResultprotected java.lang.Void doThreadAction(Pair<ThreadedTask<?,?,PROGRESS>,PROGRESS> parameter)
doThreadAction in class ThreadedTask<Pair<ThreadedTask<?,?,PROGRESS>,PROGRESS>,java.lang.Void,java.lang.Void>parameter - Pair of task to alert and the progression information to giveThreadedTask.doThreadAction(java.lang.Object)