|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.result.internal.index.HistoryIndexListener
public class HistoryIndexListener
Listener to add or remove result instance from result history index writer
Constructor Summary | |
---|---|
HistoryIndexListener()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryIndexListener()
Method Detail |
---|
public void resultInstanceCreated(IResultInstance instance)
IResultManagerListener
resultInstanceCreated
in interface IResultManagerListener
instance
- the result instancepublic void resultInstanceRemoved(IResultInstance instance)
IResultManagerListener
resultInstanceRemoved
in interface IResultManagerListener
instance
- the result instancepublic void resultInstanceAppended(IResultInstance instance, ResultItem result, int index)
IResultManagerListener
resultInstanceAppended
in interface IResultManagerListener
instance
- the result instanceresult
- the result itemindex
- the index of the result itempublic void allResultInstancesRemoved()
IResultManagerListener
allResultInstancesRemoved
in interface IResultManagerListener
public void resultInstanceStatusUpdated(IResultInstance instance)
IResultManagerListener
resultInstanceStatusUpdated
in interface IResultManagerListener
instance
- the result instancepublic void resultInstanceReset(IResultInstance instance)
IResultManagerListener
resultInstanceReset
in interface IResultManagerListener
instance
- the result instancepublic void parametersShow(IResultInstance instance, java.util.List params)
IResultManagerListener
parametersShow
in interface IResultManagerListener
instance
- the result instanceparams
- the Parameter
instances listParameter
public void resultInstancesRemoved(IResultInstance[] instances)
IResultManagerListener
resultInstancesRemoved
in interface IResultManagerListener
instances
- the result instances
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |