Package | Description |
---|---|
org.jbpm.executor.impl | |
org.jbpm.executor.impl.event |
Modifier and Type | Method and Description |
---|---|
List<AsynchronousJobListener> |
ExecutorServiceImpl.getAsyncJobListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutorServiceImpl.addAsyncJobListener(AsynchronousJobListener listener) |
void |
ExecutorServiceImpl.removeAsyncJobListener(AsynchronousJobListener listener) |
Modifier and Type | Method and Description |
---|---|
List<AsynchronousJobListener> |
ExecutorEventSupport.getEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutorEventSupport.addEventListener(AsynchronousJobListener listener) |
void |
ExecutorEventSupport.removeEventListener(AsynchronousJobListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutorEventSupport.notifyAllListeners(Consumer<AsynchronousJobListener> consumer) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.