|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DancingLinks.SolutionAcceptor<ColumnName>
Applications should implement this to receive the solutions to their problems.
Method Summary | |
---|---|
void |
solution(List<List<ColumnName>> value)
A callback to return a solution to the application. |
Method Detail |
---|
void solution(List<List<ColumnName>> value)
value
- a List of List of ColumnNames that were satisfied by each
selected row
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |