bluegammon.gui
Interface StringInputHandler

All Known Implementing Classes:
LocalPlayer

public interface StringInputHandler

Implementations of this interface handles string input.

Author:
Peter Andersson

Method Summary
 void handleStringInput(java.lang.String s)
          Called when user has entered some input as string.
 

Method Detail

handleStringInput

public void handleStringInput(java.lang.String s)
Called when user has entered some input as string.

Parameters:
s - The input.