|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface InterfaceDelegate
Parent class for delegate implementations that supports an entire interface of functional methods. In older versions this was an interface but with the enhancements to
| Method Summary | |
|---|---|
void |
attach(PropertyValues values)
You never need to call this method explicitly, it simply allows your implementation to gain access to the PropertyValues view into the internal values of a proxied JavaBean. |
void |
detach()
Called when a delegate is detached to clean up the reference to the property value storage. |
java.lang.Class<?> |
getDelegatingInterface()
Indicate which interface in a proxy this delegate is meant to support. |
| Method Detail |
|---|
java.lang.Class<?> getDelegatingInterface()
void attach(PropertyValues values)
void detach()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||