All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.remote.RemotePlayerStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.remote.RemotePlayerStrategy

public class RemotePlayerStrategy
extends Strategy
The remote player's strategy. This gets the location of the ball, and flips the flippers if the player sends the signal to do so.


Constructor Index

 o RemotePlayerStrategy()
For extentions.
 o RemotePlayerStrategy(Buffer, TextArea)
The strategy thread for the player.

Constructors

 o RemotePlayerStrategy
 public RemotePlayerStrategy()
For extentions.

 o RemotePlayerStrategy
 public RemotePlayerStrategy(Buffer buffer,
                             TextArea gameStats)
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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index