public interface PipeScheduler
Modifier and Type | Method and Description |
---|---|
void |
onElementAdded(AbstractSynchedPipe<?> pipe)
This event is invoked by the given synchronized pipe whenever a new element was added to it.
|
void |
onElementAdded(AbstractUnsynchedPipe<?> pipe)
This event is invoked by the given unsynchronized pipe whenever a new element was added to it.
|
void |
onElementNotAdded(AbstractSynchedPipe<?> pipe)
This event is invoked by the given synchronized pipe whenever a new element could not be added to it.
|
void onElementAdded(AbstractUnsynchedPipe<?> pipe)
pipe
- void onElementAdded(AbstractSynchedPipe<?> pipe)
pipe
- void onElementNotAdded(AbstractSynchedPipe<?> pipe)
pipe
- Copyright © 2015–2020. All rights reserved.