|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.bluebones.boggle.WordFinder
public class WordFinder
Finds words up longestWord in length for the specified player.
Implements Runnable so searches can be done without impacting responsiveness
of the game.
| Method Summary | |
|---|---|
void |
run()
Performs the action of the word finder, finding words up to a certain maximum length on the previously specified board. |
void |
stopFinding()
Tells this WordFinder to stop finding words (probably
because it is the end of the round). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void stopFinding()
WordFinder to stop finding words (probably
because it is the end of the round).
public void run()
run in interface Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||