Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- connected().
Method in class joggle.client.JoggleAL
-
- JoggleAL(String, String, JoggleFE).
Constructor for class joggle.client.JoggleAL
- Sets up a connection to a joggle server.
- JoggleClientImpl(JoggleFE, JoggleServer).
Constructor for class joggle.client.JoggleClientImpl
-
- leaveGame().
Method in class joggle.client.JoggleAL
- Discontinues participation in an already running game.
- leaveGame().
Method in interface joggle.client.JoggleController
- Discontinues participation in an already running game.
- playGame().
Method in class joggle.client.JoggleAL
- Initiates new game on the Joggle server.
- playGame().
Method in interface joggle.client.JoggleController
- Initiates new game.
- setup(String[]).
Method in interface joggle.client.JoggleFE
- Suggested: show the play space and the players' names.
- setup(String[], int).
Method in interface joggle.client.JoggleClient
-
- setup(String[], int).
Method in class joggle.client.JoggleClientImpl
-
- showMessage(String).
Method in interface joggle.client.JoggleClient
-
- showMessage(String).
Method in class joggle.client.JoggleClientImpl
-
- showMessage(String).
Method in interface joggle.client.JoggleFE
- Required: show the given message in some way to the user.
Suggested: show the given message in an inobtrusive message box.
- showResults(String, String[], String[][], String[]).
Method in interface joggle.client.JoggleClient
-
- showResults(String, String[], String[][], String[]).
Method in class joggle.client.JoggleClientImpl
-
- showResults(String, String[], String[][], String[]).
Method in interface joggle.client.JoggleFE
- Suggested: show the name of the winner, as well as the given game info.
- startGame(char[][]).
Method in interface joggle.client.JoggleClient
-
- startGame(char[][]).
Method in class joggle.client.JoggleClientImpl
-
- startGame(char[][]).
Method in interface joggle.client.JoggleFE
- Required: show the letters given on a boggle board, and allow the user
to enter solutions.
- stopGame().
Method in interface joggle.client.JoggleFE
- Required: return the user's current solutions immediately.
Suggested: prevent the user from entering any more solutions.
- tick().
Method in interface joggle.client.JoggleFE
- Required: decrement the game clock (if implemented) by one second.
- waitUntilDone().
Method in class joggle.client.JoggleAL
- Blocks until current game is finished, if there is one in progress.
- waitUntilDone().
Method in interface joggle.client.JoggleClient
-
- waitUntilDone().
Method in class joggle.client.JoggleClientImpl
-
- waitUntilDone().
Method in interface joggle.client.JoggleController
- Blocks until current game is finished, if there is one in progress.