Package org.ujmp.core.task
Interface Task<V>
-
- All Superinterfaces:
java.util.concurrent.Callable<V>
- All Known Implementing Classes:
AbstractTask
,SVDTask
public interface Task<V> extends java.util.concurrent.Callable<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
execute()
java.util.concurrent.Future<V>
executeInBackground()
-