All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.internet.InternetPlayer

java.lang.Object
   |
   +----pinball.player.standard.StdPlayer
           |
           +----pinball.player.internet.InternetPlayer

public class InternetPlayer
extends StdPlayer
Internet player sets up the server with a client already connected.


Constructor Index

 o InternetPlayer()

Method Index

 o main(String[])
Start up the program.
 o serverStrategy(Buffer, TextArea, Camera)
Get the strategy thread for the player.

Constructors

 o InternetPlayer
 public InternetPlayer()

Methods

 o main
 public static void main(String args[])
Start up the program.

 o serverStrategy
 public Strategy serverStrategy(Buffer buffer,
                                TextArea gameStats,
                                Camera camera)
Get the strategy thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
gameStats - the area to write the game stats to.
camera - the camera for the system.
Returns:
strategy thread.
Overrides:
serverStrategy in class StdPlayer

All Packages  Class Hierarchy  This Package  Previous  Next  Index