Class DefaultRunnerWithProgress
java.lang.Object
org.enterprisedomain.classmaker.core.DefaultRunnerWithProgress
- All Implemented Interfaces:
IRunnerWithProgress
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.eclipse.jface.operation.IRunnableWithProgress runnable)
-
Constructor Details
-
DefaultRunnerWithProgress
public DefaultRunnerWithProgress()
-
-
Method Details
-
run
public void run(org.eclipse.jface.operation.IRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException - Specified by:
run
in interfaceIRunnerWithProgress
- Throws:
InvocationTargetException
InterruptedException
-