|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| JavaBean | The interface that will be introduced to the advised class so that it can support bound and constrained properties. |
| Class Summary | |
|---|---|
| JavaBeanAspect | This aspect, along with the PropertyChangeAspect, adds JavaBean
funcionality to an ordinary POJO or Value object. |
| JavaBeanMixin | Default implementaion to provide JavaBean support to advised classes. |
| PropertyChangeAspect | This aspect listens for property changes on classes marked with the
Observable annotation. |
| Annotation Types Summary | |
|---|---|
| Bound | Annotation to indicate this field should fire property change events when modified. |
| Constrained | Fields marked with this annotion will fire vetoable change events prior to firing property change events. |
| NotBound | Advised classed with fields marked with this annotation will not fire change events |
| Observable | Marks a class as Observable so that it can be advised by the
JavaBeanAspect. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||