org.codehaus.gpars

groovyx.gpars.dataflow.impl
[Java] Interface BindErrorDistributor


public interface BindErrorDistributor

Fires requested events

Authors:
Vaclav Pech


Method Summary
void fireBindError(java.lang.Object oldValue, java.lang.Object failedValue, boolean uniqueBind)

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

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

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

 

Method Detail

fireBindError

public void fireBindError(java.lang.Object oldValue, java.lang.Object failedValue, boolean uniqueBind)


fireBindError

public void fireBindError(java.lang.Object oldValue, java.lang.Throwable failedError)


fireBindError

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


fireBindError

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


 

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