Uses of Interface
com.hybris.cockpitng.engine.operations.Cancellable
-
Packages that use Cancellable Package Description com.hybris.cockpitng.engine.operations -
-
Uses of Cancellable in com.hybris.cockpitng.engine.operations
Classes in com.hybris.cockpitng.engine.operations that implement Cancellable Modifier and Type Class Description classCockpitNGBackgroundOperationBackoffice background operation that is capable of performing long running tasks in background allowing the UI to remain responsive.
After long running task is completed an operation to update
the UI is scheduled viaExecutions.schedule(Desktop, EventListener, Event)method.
The contract for background task is to execute normally and return the result or throwRuntimeExceptionin case of error.classLongOperationExecutes operation in background thread.classResultLongOperation<RESULT>Executes operation with a result in background thread.Methods in com.hybris.cockpitng.engine.operations with parameters of type Cancellable Modifier and Type Method Description voidLongOperationNotifier. showNotification(org.zkoss.zk.ui.Component renderComponent, Cancellable cancellable)Shows long operation notification.
-