|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExitListener
This listener is executed when search has finished executing is about to exit the labeling procedure.
| Method Summary | |
|---|---|
void |
executedAtExit(Store store,
int solutionsNo)
It is executed right after time out is determined. |
void |
setChildrenListeners(ExitListener child)
It sets one child listener. |
void |
setChildrenListeners(ExitListener[] children)
It sets the children of this exit listener. |
| Method Detail |
|---|
void executedAtExit(Store store,
int solutionsNo)
store - store in the context of which the search took place.solutionsNo - the number of solutions found.void setChildrenListeners(ExitListener[] children)
children - an array containing the children.void setChildrenListeners(ExitListener child)
child - the only child listener used by this listener.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||