fourwin
Class AskDialogPlayer

java.lang.Object
  extended by fourwin.FourPlayer
      extended by fourwin.AskDialogPlayer

public class AskDialogPlayer
extends FourPlayer

Displays an input.dialog that asks for the column 4RowBot should throw in the next chip. Should only be used with 4RowBot because the column is mirrored.

Author:
Sebastian

Field Summary
 
Fields inherited from class fourwin.FourPlayer
color, colorValue, opponentID, playerID
 
Constructor Summary
AskDialogPlayer(byte playerID)
           
 
Method Summary
 PlayingField move(PlayingField board)
           
 
Methods inherited from class fourwin.FourPlayer
getColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AskDialogPlayer

public AskDialogPlayer(byte playerID)
Method Detail

move

public PlayingField move(PlayingField board)
Specified by:
move in class FourPlayer