htmlcompiler.services.InterruptableTask Maven / Gradle / Ivy
package htmlcompiler.services;
public interface InterruptableTask {
void run() throws InterruptedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package htmlcompiler.services;
public interface InterruptableTask {
void run() throws InterruptedException;
}