

public interface KeyboardListener {

    public void newKeyboardLine (String s);

}







