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