Clover icon

Coverage Report

  1. Project Clover database Thu Dec 4 2025 16:11:35 GMT
  2. Package jalview.ws.api

File CancellableI.java

 

Code metrics

0
0
0
1
8
6
0
-
-
0
-

Classes

Class Line # Actions
CancellableI 5 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package jalview.ws.api;
2   
3    import jalview.ws.gui.WsJob;
4   
 
5    public interface CancellableI
6    {
7    public boolean cancel(WsJob job);
8    }