| org.cougaar.planning.plugin.legacy.SimplePlugin org.cougaar.mlm.plugin.sample.TaskAssessorPlugin
TaskAssessorPlugin | public class TaskAssessorPlugin extends SimplePlugin (Code) | | The TaskAssessorPlugin monitors the disposition of Tasks and
displays a summary.
|
Method Summary | |
public void | execute() This will be called every time a task matches the above predicate
Note: Failed Tasks only come through on the changed list. | protected void | setupSubscriptions() Overrides the setupSubscriptions() in the SimplePlugin. |
tableModel | MyTableModel tableModel(Code) | | Display Task Results *
|
execute | public void execute()(Code) | | This will be called every time a task matches the above predicate
Note: Failed Tasks only come through on the changed list.
Since Tasks are changed by other Plugins after we see them
here, we need to keep track of the ones we've seen so we don't
act on them more than once.
|
setupSubscriptions | protected void setupSubscriptions()(Code) | | Overrides the setupSubscriptions() in the SimplePlugin.
|
|
|