|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataBindingListener
A listener which will be notified of events generated during data binding
| Method Summary | |
|---|---|
void |
afterBinding(java.lang.Object obj,
java.lang.String propertyName)
Called after data binding has been imposed on a property |
java.lang.Boolean |
beforeBinding(java.lang.Object obj,
java.lang.String propertyName,
java.lang.Object value)
Called when data binding is about to imposed on a property |
void |
bindingError(BindingError error)
Called when an error occurs binding to a property |
| Method Detail |
|---|
java.lang.Boolean beforeBinding(java.lang.Object obj,
java.lang.String propertyName,
java.lang.Object value)
obj - The object data binding is being imposed uponpropertyName - The name of the property being bound tovalue - The value of the property being bound
void afterBinding(java.lang.Object obj,
java.lang.String propertyName)
obj - The object data binding is being imposed uponpropertyName - The name of the property that was bound tovoid bindingError(BindingError error)
error - encapsulates information about the binding errorBindingError
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||