|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.event.SolverAdapter
public class SolverAdapter
| Constructor Summary | |
|---|---|
SolverAdapter()
|
|
| Method Summary | |
|---|---|
void |
nogoodFound(FilterEvent event)
Called when a nogood is found. |
void |
problemFiltered(FilterEvent event)
Called after the problem has been filtered. |
void |
solutionExtended(SolverEvent event)
Called when the solver extends the solution. |
void |
solutionFound(SolverEvent event)
Called when the solver finds a solution. |
void |
solutionRestored(SolverEvent event)
Called when the solver restores the solution. |
void |
solverFinished(SolverEvent event)
Called when the solver is finished. |
void |
solverPaused(SolverEvent event)
Called when the solver paused |
void |
solverResumed(SolverEvent event)
Called when the solver resumed |
void |
solverStarted(SolverEvent event)
Called when the solver starts to solve the problem. |
void |
valueRemoved(EliminationEvent event)
Called when a value is removed by a filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolverAdapter()
| Method Detail |
|---|
public void solverStarted(SolverEvent event)
SolverListener
solverStarted in interface SolverListenerpublic void solverFinished(SolverEvent event)
SolverListener
solverFinished in interface SolverListenerpublic void solverPaused(SolverEvent event)
SolverListener
solverPaused in interface SolverListenerpublic void solverResumed(SolverEvent event)
SolverListener
solverResumed in interface SolverListenerpublic void solutionFound(SolverEvent event)
SolverListener
solutionFound in interface SolverListenerpublic void solutionExtended(SolverEvent event)
SolverListener
solutionExtended in interface SolverListenerpublic void solutionRestored(SolverEvent event)
SolverListener
solutionRestored in interface SolverListenerpublic void problemFiltered(FilterEvent event)
SolverListener
problemFiltered in interface SolverListenerpublic void valueRemoved(EliminationEvent event)
SolverListener
valueRemoved in interface SolverListenerpublic void nogoodFound(FilterEvent event)
SolverListener
nogoodFound in interface SolverListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||