|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Observable
Marks a class as Observable so that it can be advised by the
JavaBeanAspect. By default, all of the fields in the observed class
will fire property change change events unless marked with the
NotBound annotation. Fields that require vetoable change support need
to be marked with the Constrained annotation.
Constrained,
NotBound,
Bound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||