|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovyx.gpars.dataflow.BindErrorAdapter<T>
T - The type of the values bound to the DataflowVariable that is being listened topublic class BindErrorAdapter<T>
An empty implementation of BindErrorListener
| Constructor Summary | |
|---|---|
BindErrorAdapter()
|
|
| Method Summary | |
|---|---|
void |
onBindError(java.lang.Throwable oldError,
T failedValue,
boolean uniqueBind)
Notifies about failed bind operations |
void |
onBindError(java.lang.Throwable oldError,
java.lang.Throwable failedError)
Notifies about failed bindError operations |
void |
onBindError(T oldValue,
T failedValue,
boolean uniqueBind)
Notifies about failed bind operations |
void |
onBindError(T oldValue,
java.lang.Throwable failedError)
Notifies about failed bindError operations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindErrorAdapter()
| Method Detail |
|---|
public void onBindError(T oldValue,
T failedValue,
boolean uniqueBind)
onBindError in interface BindErrorListener<T>oldValue - The already bound valuefailedValue - The value attempted to be bounduniqueBind - Flag indicating bindUnique() method call
public void onBindError(T oldValue,
java.lang.Throwable failedError)
onBindError in interface BindErrorListener<T>oldValue - The already bound valuefailedError - The error attempted to be bound
public void onBindError(java.lang.Throwable oldError,
T failedValue,
boolean uniqueBind)
onBindError in interface BindErrorListener<T>oldError - The already bound ThrowablefailedValue - The value attempted to be bounduniqueBind - Flag indicating bindUnique() method call
public void onBindError(java.lang.Throwable oldError,
java.lang.Throwable failedError)
onBindError in interface BindErrorListener<T>oldError - The already bound ThrowablefailedError - The error attempted to be bound
|
Copyright © 2008–2013 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||