Interface DetailedJob
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AsyncAnalizeDataJob
,AsyncFetchDataJob
public interface DetailedJob extends Runnable
Class to represent a synchronization job- Author:
- Hardy Ryan Chingal Martinez <ryan.chingal@neotropic.co>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobName()
float
getProgress()
EJobState
getState()
-