Interface BackgroundJobWithProperties<V>
-
- All Superinterfaces:
BackgroundJob<V>
public interface BackgroundJobWithProperties<V> extends BackgroundJob<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetProperties(java.util.Properties properties)-
Methods inherited from interface org.evolvis.tartools.backgroundjobs.BackgroundJob
getDescription, isCancellationSupported, isVisible, work
-
-