groovyx.gpars.dataflow.impl
Interface BindErrorListenerManager<T>

All Known Implementing Classes:
DataflowChannelEventOrchestrator

public interface BindErrorListenerManager<T>

Author:
Vaclav Pech

Method Summary
 void addAllBindErrorListeners(java.util.Collection<BindErrorListener<T>> listeners)
           
 void addBindErrorListener(BindErrorListener<T> listener)
           
 java.util.Collection<BindErrorListener<T>> getBindErrorListeners()
           
 void removeBindErrorListener(BindErrorListener<T> listener)
           
 

Method Detail

addBindErrorListener

void addBindErrorListener(BindErrorListener<T> listener)

addAllBindErrorListeners

void addAllBindErrorListeners(java.util.Collection<BindErrorListener<T>> listeners)

removeBindErrorListener

void removeBindErrorListener(BindErrorListener<T> listener)

getBindErrorListeners

java.util.Collection<BindErrorListener<T>> getBindErrorListeners()

Copyright © 2008–2013 Václav Pech. All Rights Reserved.