| Package | Description |
|---|---|
| com.hybris.cockpitng.engine.impl | |
| com.hybris.cockpitng.engine.operations | |
| com.hybris.cockpitng.lazyloading | |
| com.hybris.cockpitng.util |
| Class and Description |
|---|
| 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. |
| LongOperationNotifier
Long operation notifier.
|
| Class and Description |
|---|
| Cancellable |
| LongOperation
Executes operation in background thread.
|
| Class and Description |
|---|
| LongOperation
Executes operation in background thread.
|
| Class and Description |
|---|
| LongOperationThreadExecutor
Executes long operation in new thread.
|
Copyright © 2018. All rights reserved.