package jalview.ws; public interface WSClientI { boolean isCancellable(); void cancelJob(); }