Uses of Interface
org.evolvis.tartools.backgroundjobs.BackgroundJobInfo
-
-
Uses of BackgroundJobInfo in org.evolvis.tartools.backgroundjobs
Subinterfaces of BackgroundJobInfo in org.evolvis.tartools.backgroundjobs Modifier and Type Interface Description interfaceBackgroundJobStatus<T>A handle on a scheduledBackgroundJob.Classes in org.evolvis.tartools.backgroundjobs that implement BackgroundJobInfo Modifier and Type Class Description classBackgroundJobStatusDecorator<T>Methods in org.evolvis.tartools.backgroundjobs that return BackgroundJobInfo Modifier and Type Method Description BackgroundJobInfoJobEvent. getSource()Constructors in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobInfo Constructor Description JobEvent(BackgroundJobInfo source)JobEvent(BackgroundJobInfo source, BackgroundJobInfo.State oldState, BackgroundJobInfo.State newState)
-