package us.minak; public interface OnCharacterEnteredListener { void CharacterEntered(String character); }