groovyx.gpars.dataflow.impl
Interface DataflowChannelEventListenerManager<T>
- All Known Implementing Classes:
- DataflowChannelEventOrchestrator
public interface DataflowChannelEventListenerManager<T>
- Author:
- Vaclav Pech
addDataflowChannelListener
void addDataflowChannelListener(DataflowChannelListener<T> listener)
addAllDataflowChannelListeners
void addAllDataflowChannelListeners(java.util.Collection<DataflowChannelListener<T>> listeners)
removeDataflowChannelListener
void removeDataflowChannelListener(DataflowChannelListener<T> listener)
getListeners
java.util.Collection<DataflowChannelListener<T>> getListeners()