|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultListener
Listener interface invoked when new results are added to the result tree.
Method Summary | |
---|---|
void |
resultAdded(Result child,
Result parent)
A new derived result was added. |
void |
resultChanged(Result current)
Notify that the current result has changed substantially. |
void |
resultRemoved(Result child,
Result parent)
A result was removed. |
Method Detail |
---|
void resultAdded(Result child, Result parent)
child
- New child result addedparent
- Parent result that was added tovoid resultChanged(Result current)
current
- Result that has changed.void resultRemoved(Result child, Result parent)
child
- result that was removedparent
- Parent result that was removed from
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |