JAL-3878 Create abstract workers and their utility classes.
[jalview.git] / src / jalview / ws2 / operations / WebServiceWorkerI.java
1 package jalview.ws2.operations;
2
3 import jalview.ws2.WSJob;
4
5 public interface WebServiceWorkerI
6 {
7   Operation getOperation();
8
9   WSJobList<? extends WSJob> getJobs();
10 }