| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultManager
Manages all results.
| Method Summary | |
|---|---|
|  void | addResultManagerListener(IResultManagerListener listener)Adds listener | 
|  void | fireAdded(IResultInstance instance)Notifies all the listeners of this result instance added event | 
|  void | fireAppended(IResultInstance instance,
             ResultItem r,
             int index)Notifies all the listeners of this append event | 
|  void | fireInstanceReset(IResultInstance instance)Notifies all the listeners of this instance reset event | 
|  void | fireParametersShow(IResultInstance instance,
                   java.util.List params)Notifies all the listeners of this parameters show event | 
|  void | fireStatusUpdated(IResultInstance instance)Notifies all the listeners of this status change event | 
|  IResultInstance[] | getAllResults()Returns all currently available result instances. | 
|  IResultInstance | getInstance(OperationCommand cmd)Given the OperationCommand, returns the instance. | 
|  void | removeAllFinished()Removes all finished result instance. | 
|  void | removeResultInstance(IResultInstance instance)Removes the specified result instance. | 
|  void | removeResultInstances(IResultInstance[] instances)Removes the specified result instances. | 
|  void | removeResultManagerListener(IResultManagerListener listener)Removes listener | 
| Method Detail | 
|---|
IResultInstance[] getAllResults()
IResultInstance instancesvoid removeResultInstance(IResultInstance instance)
instance - the result instancevoid removeResultInstances(IResultInstance[] instances)
instances - the result instancesvoid addResultManagerListener(IResultManagerListener listener)
listener - the listenervoid removeResultManagerListener(IResultManagerListener listener)
listener - the listenervoid removeAllFinished()
IResultInstance getInstance(OperationCommand cmd)
cmd - the operation command
void fireAdded(IResultInstance instance)
instance - the result instance
void fireAppended(IResultInstance instance,
                  ResultItem r,
                  int index)
instance - the result instancer - the result itemindex - the index of this itemvoid fireStatusUpdated(IResultInstance instance)
instance - the result instancevoid fireInstanceReset(IResultInstance instance)
instance - the result instance
void fireParametersShow(IResultInstance instance,
                        java.util.List params)
instance - the result instanceparams - the Parameter instances list| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||