All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.constantpartial.ConstantPartialRemoteStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.constantpartial.ConstantPartialStrategy
                           |
                           +----pinball.player.constantpartial.ConstantPartialRemoteStrategy

public class ConstantPartialRemoteStrategy
extends ConstantPartialStrategy
Player which constantly flips the flippers only when the ball is in the frame.


Constructor Index

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

Constructors

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