package alice.io; interface AliceReaderListener { public void newCategory(String pattern, String that, String template); }