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