All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.random2.Random2RemoteStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.random2.Random2Strategy
                           |
                           +----pinball.player.random2.Random2RemoteStrategy

public class Random2RemoteStrategy
extends Random2Strategy
Player who randomly flips the flippers.


Constructor Index

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

Constructors

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