All Packages Class Hierarchy This Package Previous Next Index
Class scrobble.ClientScrobble
java.lang.Object
|
+----game.ClientGame
|
+----scrobble.ClientScrobble
- public class ClientScrobble
- extends ClientGame
- implements GameLinkListener, ScrobbleConstants
ClientScrobble.java
Is independant of Scrabble.
Its aim is to draw the Scrabble, a specific game.
It's the daugther of ClientGame.
-
bag
- Bag used by Scrobble
-
board
- Board used by Scrobble
-
gamePanel
-
-
language
- Language used by Scrobble
-
ClientScrobble()
- Creates a new ClientScrobble
-
createPlayer(int, Object)
-
-
doPromptConfig(LinkFrame)
- Upon reception of a configuration request, prompt user for game configuration.
-
frameReceived(Object, LinkFrame)
-
-
make(GameLinkFilter, int)
-
board
ClientBoard board
- Board used by Scrobble
bag
ClientBag bag
- Bag used by Scrobble
language
ClientLanguage language
- Language used by Scrobble
gamePanel
Container gamePanel
ClientScrobble
public ClientScrobble()
- Creates a new ClientScrobble
make
public void make(GameLinkFilter link,
int myPlayerId)
- Overrides:
- make in class ClientGame
createPlayer
public Player createPlayer(int id,
Object frameData)
- Overrides:
- createPlayer in class ClientGame
frameReceived
public void frameReceived(Object link,
LinkFrame frame)
- Overrides:
- frameReceived in class ClientGame
doPromptConfig
public void doPromptConfig(LinkFrame frame)
- Upon reception of a configuration request, prompt user for game configuration.
- Parameters:
- frame - the frame containing the configuration request and data.
All Packages Class Hierarchy This Package Previous Next Index