1 package SnowMailClient.keyboard;2 3 public interface KeyboardListener4 {5 public void typed(String text);6 7 } // KeyboardListener