edu.washington.cs.supple.render
Interface SolverListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AdaptivePanel, AwtView, ExampleApplicationTest, RenderedUiSolverListener, SwingView, TestShortcutDisplay, WapTest

public interface SolverListener
extends java.util.EventListener

Entities that invoke the search and want to be kept up-do-date regarding the progress, should implement this interface.


Method Summary
 void solutionAvailable(Solution solution)
          This method is called when the search comes up with an improvement to the interface -- allows the listener to use the partial results
 

Method Detail

solutionAvailable

public void solutionAvailable(Solution solution)
This method is called when the search comes up with an improvement to the interface -- allows the listener to use the partial results