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

All Known Implementing Classes:
DataflowChannelEventOrchestrator

public interface BindErrorDistibutor<T>

Fires requested events

Author:
Vaclav Pech

Method Summary
 void fireBindError(java.lang.Throwable oldError, T failedValue, boolean uniqueBind)
           
 void fireBindError(java.lang.Throwable oldError, java.lang.Throwable failedError)
           
 void fireBindError(T oldValue, T failedValue, boolean uniqueBind)
           
 void fireBindError(T oldValue, java.lang.Throwable failedError)
           
 

Method Detail

fireBindError

void fireBindError(T oldValue,
                   T failedValue,
                   boolean uniqueBind)

fireBindError

void fireBindError(T oldValue,
                   java.lang.Throwable failedError)

fireBindError

void fireBindError(java.lang.Throwable oldError,
                   T failedValue,
                   boolean uniqueBind)

fireBindError

void fireBindError(java.lang.Throwable oldError,
                   java.lang.Throwable failedError)

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