public interface TimeOutListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2022. All rights reserved.