Package io.scanbot.sdk.util.loading
Class SingleThreadLoader
-
- All Implemented Interfaces:
public abstract class SingleThreadLoader<D extends Object> extends Loader<D>
Loads data in single thread.
-
-
Constructor Summary
Constructors Constructor Description SingleThreadLoader(Context context)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
SingleThreadLoader
SingleThreadLoader(Context context)
-
-
-
-