All Packages Class Hierarchy This Package Previous Next Index
Class alt.tictac.TicServerPlayer
java.lang.Object
|
+----game.Player
|
+----alt.tictac.TicServerPlayer
- public class TicServerPlayer
- extends Player
Handling of the player, server side, for the TicTacToe game.
-
TicServerPlayer(String, GameLinkFilter)
- Creates a new TicServerPlayer
-
update(Observable, Object)
- This method sends the linkframe received from an observed object.
TicServerPlayer
public TicServerPlayer(String name,
GameLinkFilter link)
- Creates a new TicServerPlayer
update
public void update(Observable ob,
Object frame)
- This method sends the linkframe received from an observed object.
- Overrides:
- update in class Player
All Packages Class Hierarchy This Package Previous Next Index