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