| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultManagerListener
Notified when the IResultInstance related event occurs.
| Method Summary | |
|---|---|
|  void | allResultInstancesRemoved()Will be invoked when all instances are removed | 
|  void | parametersShow(IResultInstance instance,
               java.util.List params)Will be invoked when showing the parameters in a result instance | 
|  void | resultInstanceAppended(IResultInstance instance,
                       ResultItem result,
                       int index)Will be invoked when the instance is appended | 
|  void | resultInstanceCreated(IResultInstance instance)Will be invoked when a new instance is created | 
|  void | resultInstanceRemoved(IResultInstance instance)Will be invoked when an instance is removed | 
|  void | resultInstanceReset(IResultInstance instance)Will be invoked when an instance if reseted | 
|  void | resultInstancesRemoved(IResultInstance[] instances)Will be invoked when an arry of instances is removed | 
|  void | resultInstanceStatusUpdated(IResultInstance instance)Will be invoked when the status of the instance is changed | 
| Method Detail | 
|---|
void resultInstanceCreated(IResultInstance instance)
instance - the result instancevoid resultInstanceRemoved(IResultInstance instance)
instance - the result instancevoid resultInstancesRemoved(IResultInstance[] instances)
instances - the result instances
void resultInstanceAppended(IResultInstance instance,
                            ResultItem result,
                            int index)
instance - the result instanceresult - the result itemindex - the index of the result itemvoid allResultInstancesRemoved()
void resultInstanceStatusUpdated(IResultInstance instance)
instance - the result instancevoid resultInstanceReset(IResultInstance instance)
instance - the result instance
void parametersShow(IResultInstance instance,
                    java.util.List params)
instance - the result instanceparams - the Parameter instances listParameter| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||