edu.hawaii.ics.yucheng
Interface GraphListener

All Known Implementing Classes:
SpanningTreeApplet.Worker.Delegate

interface GraphListener

The interface to an object that listens for progress events from a GraphSolver object.


Method Summary
 void progress(GraphSolution solution)
          Executes when the graph reports progress.
 

Method Detail

progress

void progress(GraphSolution solution)
Executes when the graph reports progress.

Parameters:
solution - The solution or partial solution.