Uses of Class
tools.dynamia.zk.util.LongOperation
-
Packages that use LongOperation Package Description tools.dynamia.zk.ui tools.dynamia.zk.util -
-
Uses of LongOperation in tools.dynamia.zk.ui
Methods in tools.dynamia.zk.ui with parameters of type LongOperation Modifier and Type Method Description static LongOperationMonitorWindowLongOperationMonitorWindow. show(String title, LongOperation longOperation, tools.dynamia.integration.ProgressMonitor monitor)static LongOperationMonitorWindowLongOperationMonitorWindow. show(String title, LongOperation longOperation, tools.dynamia.integration.ProgressMonitor monitor, int refreshRate)Constructors in tools.dynamia.zk.ui with parameters of type LongOperation Constructor Description LongOperationMonitorWindow(LongOperation longOperation, tools.dynamia.integration.ProgressMonitor monitor)LongOperationMonitorWindow(LongOperation longOperation, tools.dynamia.integration.ProgressMonitor monitor, int refreshRate) -
Uses of LongOperation in tools.dynamia.zk.util
Subclasses of LongOperation in tools.dynamia.zk.util Modifier and Type Class Description classResultLongOperation<R>Let you perform LongOperations that returns something and is UI events aware.Methods in tools.dynamia.zk.util that return LongOperation Modifier and Type Method Description static LongOperationLongOperation. create()static LongOperationLongOperation. create(org.springframework.core.task.TaskExecutor taskExecutor)LongOperationLongOperation. execute(tools.dynamia.commons.Callback executeCallback)asynchronous callback for your long operation codeLongOperationLongOperation. onCancel(tools.dynamia.commons.Callback onCancelCallback)optional callback method when the task has been cancelled or was interrupted otherwiseLongOperationLongOperation. onCleanup(tools.dynamia.commons.Callback onCleanupCallback)optional callback method when the task has completed (always called)LongOperationLongOperation. onException(Consumer<Exception> onExceptionConsumer)optional callback method when the task has completed with an uncaught ExcepionLongOperationLongOperation. onFinish(tools.dynamia.commons.Callback onFinishCallback)optional callback method when the task has completed successfullyLongOperationLongOperation. onStart(tools.dynamia.commons.Callback onStart)LongOperationLongOperation. start()launch the long operation
-