edu.washington.cs.supple.render
Interface FinalSolutionListener

All Known Implementing Classes:
RenderingHistory

public interface FinalSolutionListener

This interface is for listeners who only want to hear about final (as opposed to the intermediate) rendering solutions

Author:
kgajos

Method Summary
 void finalSolutionAvailable(Solution soln)
           
 

Method Detail

finalSolutionAvailable

public void finalSolutionAvailable(Solution soln)