public class BindErrorAdapter extends java.lang.Object
An empty implementation of BindErrorListener
- The type of the values bound to the DataflowVariable that is being listened toConstructor and description |
---|
BindErrorAdapter
() |
Type | Name and description |
---|---|
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 |
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 |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Notifies about failed bind operations
oldValue
- The already bound valuefailedValue
- The value attempted to be bounduniqueBind
- Flag indicating bindUnique() method callNotifies about failed bindError operations
oldValue
- The already bound valuefailedError
- The error attempted to be boundNotifies about failed bind operations
oldError
- The already bound ThrowablefailedValue
- The value attempted to be bounduniqueBind
- Flag indicating bindUnique() method callNotifies about failed bindError operations
oldError
- The already bound ThrowablefailedError
- The error attempted to be boundCopyright © 2008–2014 Václav Pech. All Rights Reserved.