JAL-1988 Don't put Quit in the File menu if there's a handler for it
[jalview.git] / unused / javajs / api / GenericLineReader.java
1 package javajs.api;
2
3 public interface GenericLineReader {
4   public String readNextLine() throws Exception;
5 }