omnics.event
Class SolutionObserver

java.lang.Object
  extended by omnics.event.SolverAdapter
      extended by omnics.event.SolutionObserver
All Implemented Interfaces:
java.io.Serializable, SolverListener

public class SolutionObserver
extends SolverAdapter

Author:
Cristian Frasinaru
See Also:
Serialized Form

Constructor Summary
SolutionObserver()
           
 
Method Summary
 void solutionFound(SolverEvent event)
          Called when the solver finds a solution.
 
Methods inherited from class omnics.event.SolverAdapter
nogoodFound, problemFiltered, solutionExtended, solutionRestored, solverFinished, solverPaused, solverResumed, solverStarted, valueRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionObserver

public SolutionObserver()
Method Detail

solutionFound

public void solutionFound(SolverEvent event)
Description copied from interface: SolverListener
Called when the solver finds a solution.

Specified by:
solutionFound in interface SolverListener
Overrides:
solutionFound in class SolverAdapter