All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.adjustable.AdjustableRemoteStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.adjustable.AdjustableStrategy
                           |
                           +----pinball.player.adjustable.AdjustableRemoteStrategy

public class AdjustableRemoteStrategy
extends AdjustableStrategy
Player which can have the flipper options adjusted and plays over the network. Presently does not work.


Constructor Index

 o AdjustableRemoteStrategy(Buffer, TextArea)
The strategy thread for the player.

Constructors

 o AdjustableRemoteStrategy
 public AdjustableRemoteStrategy(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