org.d_haven.event
public interface Pipe extends Source, Sink
Method Summary | |
---|---|
DequeueInterceptor | getDequeueInterceptor()
Return the dequeue executable for this sink.
|
EnqueuePredicate | getEnqueuePredicate()
Return the enqueue predicate for this sink.
|
void | setDequeueInterceptor(DequeueInterceptor executable)
Set the dequeue executable for this sink. |
void | setEnqueuePredicate(EnqueuePredicate enqueuePredicate)
Set the enqueue predicate for this sink. |
Returns: DequeueInterceptor The dequeue executable for this sink.
Since: Feb 10, 2003
Returns: EnqueuePredicate the enqueue predicate for this sink.
Since: Feb 10, 2003
Parameters: executable The dequeue executable for this sink.
Since: Feb 10, 2003
Parameters: enqueuePredicate the enqueue predicate for this sink
Since: Feb 10, 2003