public interface F18Listener {
    public void f1Hit();
    public void f8Hit();
    public void charHit(char c);
    public void saveNow();
}
