public class AsyncJobAddedNotification extends Object implements CommandContextCloseListener
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected Job |
job |
| Constructor and Description |
|---|
AsyncJobAddedNotification(Job job,
AsyncExecutor asyncExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(CommandContext commandContext) |
void |
closing(CommandContext commandContext) |
protected Job job
protected AsyncExecutor asyncExecutor
public AsyncJobAddedNotification(Job job, AsyncExecutor asyncExecutor)
public void closed(CommandContext commandContext)
closed in interface CommandContextCloseListenerpublic void closing(CommandContext commandContext)
closing in interface CommandContextCloseListenerCopyright © 2023 Flowable. All rights reserved.