Package editor.util
Interface IRunnableWithProgress
-
public interface IRunnableWithProgress
A runnable task capable of indicating some form of progress feedback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(IProgressCallback cbProgress)
-
-
-
Method Detail
-
run
void run(IProgressCallback cbProgress)
-
-