Package net.sourceforge.plantuml.api
Interface MyRunnable
-
public interface MyRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancelJob()voidrunJob()
-
-
-
Method Detail
-
runJob
void runJob() throws InterruptedException- Throws:
InterruptedException
-
cancelJob
void cancelJob()
-
-