|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.hawaii.ics.yucheng.SpanningTreeApplet.Worker.Delegate
class SpanningTreeApplet.Worker.Delegate
A simple class that listens for progress messages from the graph solver and sends the progress data to the GUI thread.
Constructor Summary | |
---|---|
SpanningTreeApplet.Worker.Delegate()
|
Method Summary | |
---|---|
void |
progress(GraphSolution partialSolution)
Executes when progress arrives from the solver. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SpanningTreeApplet.Worker.Delegate()
Method Detail |
---|
public void progress(GraphSolution partialSolution)
progress
in interface GraphListener
partialSolution
- A partial solution.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |