1: package antlr.debug; 2: 3: public interface NewLineListener extends ListenerBase { 4: 5: public void hitNewLine(NewLineEvent e); 6: }