Package com.im.commons.progress
Interface EnvironmentsFactory
-
public interface EnvironmentsFactory
Any extension module can install own version of DFEnvironmentRX factory. Default implementation is returning DFFeedback.DEV_NULL and is not cancellable.- Author:
- Petr Hamernik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DFEnvironmentRO
createRO(java.lang.String progressName, boolean cancellable)
DFEnvironmentRW
createRW(DFLock lock, java.lang.String progressName, boolean cancellable)
-
-
-
Method Detail
-
createRO
DFEnvironmentRO createRO(java.lang.String progressName, boolean cancellable)
-
createRW
DFEnvironmentRW createRW(DFLock lock, java.lang.String progressName, boolean cancellable)
-
-