package javathreads.examples.ch02; public interface CharacterListener { public void newCharacter(CharacterEvent ce); }