| Package | Description |
|---|---|
| com.hybris.cockpitng.engine.operations |
| Modifier and Type | Class and Description |
|---|---|
class |
CockpitNGBackgroundOperation
Backoffice 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 via Executions.schedule(Desktop, EventListener, Event) method.The contract for background task is to execute normally and return the result or throw RuntimeException in
case of error. |
class |
LongOperation
Executes operation in background thread.
|
class |
ResultLongOperation<RESULT>
Executes operation with a result in background thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LongOperationNotifier.showNotification(org.zkoss.zk.ui.Component renderComponent,
Cancellable cancellable)
Shows long operation notification.
|
Copyright © 2018. All rights reserved.