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.


Constructor Index

 o TicServerPlayer(String, GameLinkFilter)
Creates a new TicServerPlayer

Method Index

 o update(Observable, Object)
This method sends the linkframe received from an observed object.

Constructors

 o TicServerPlayer
 public TicServerPlayer(String name,
                        GameLinkFilter link)
Creates a new TicServerPlayer

Methods

 o 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