| Package | Description |
|---|---|
| groovyx.gpars.dataflow |
This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads.
|
| groovyx.gpars.dataflow.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BindErrorAdapter<T>
An empty implementation of BindErrorListener
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<BindErrorListener<T>> |
DataflowChannelEventOrchestrator.BindErrorListener |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BindErrorListener<T>> |
BindErrorListenerManager.getBindErrorListeners() |
java.util.Collection<BindErrorListener<T>> |
DataflowChannelEventOrchestrator.getBindErrorListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindErrorListenerManager.addBindErrorListener(BindErrorListener<T> listener) |
void |
DataflowChannelEventOrchestrator.addBindErrorListener(BindErrorListener<T> listener) |
void |
BindErrorListenerManager.removeBindErrorListener(BindErrorListener<T> listener) |
void |
DataflowChannelEventOrchestrator.removeBindErrorListener(BindErrorListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindErrorListenerManager.addAllBindErrorListeners(java.util.Collection<BindErrorListener<T>> listeners) |
void |
DataflowChannelEventOrchestrator.addAllBindErrorListeners(java.util.Collection<BindErrorListener<T>> listeners) |