|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimeOutListener
It defines an interface of the class which wants to be informed about timeout occurring during search, as well as the number of solutions found before timeout has occurred.
| Method Summary | |
|---|---|
void |
executedAtTimeOut(int solutionsNo)
It is executed right after time out is determined. |
void |
setChildrenListeners(TimeOutListener child)
It sets child listener for this timeout listener. |
void |
setChildrenListeners(TimeOutListener[] children)
It sets children listeners for this timeout listener. |
| Method Detail |
|---|
void executedAtTimeOut(int solutionsNo)
solutionsNo - number of solutions found before the timeout occurred.void setChildrenListeners(TimeOutListener[] children)
children - list of children listeners.void setChildrenListeners(TimeOutListener child)
child - child listener for this timeout listener.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||