heurgame
Interface HuReceptor


public interface HuReceptor

Author:
David Kaplin HuReceptors are short for "HumanReceptors" these are the user interface half of the HuClients. They will allow direct user interaction to be translated into Text that the game's protocol can understand.

Method Summary
 void captureMove(HuClient h)
          Part of a contract to deliver move input to a HuClient.
 

Method Detail

captureMove

public void captureMove(HuClient h)
Part of a contract to deliver move input to a HuClient. When the HuReceptor gets this contract it yeilds its next input for this particular HuClient

Parameters:
h - client requiring the input.