| Package | Description |
|---|---|
| org.d_haven.event | |
| org.d_haven.event.impl |
| Modifier and Type | Method and Description |
|---|---|
DequeueInterceptor |
Pipe.getDequeueInterceptor()
Return the dequeue executable for this sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.setDequeueInterceptor(DequeueInterceptor executable)
Set the dequeue executable for this sink.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullDequeueInterceptor
The dequeue executable interface describes operations that are
executed before and after elements are pulled from a queue.
|
| Modifier and Type | Field and Description |
|---|---|
protected DequeueInterceptor |
AbstractPipe.m_interceptor
The DequeueInterceptor used.
|
| Modifier and Type | Method and Description |
|---|---|
DequeueInterceptor |
AbstractPipe.getDequeueInterceptor()
Return the dequeue executable for this sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPipe.setDequeueInterceptor(DequeueInterceptor executable)
Set the dequeue executable for this sink.
|