GettersFiringChanges
From APIDesign
(Difference between revisions)
(New page: GettersAndSetters and listeners are essential part of the JavaBeans specification. TBD: Don't fire changes from getters! Category:APIDesignPatterns [[Category:APIDesignPatte...) |
|||
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
- | [[GettersAndSetters]] and listeners are essential part of the [[JavaBean]]s specification. | + | [[GettersAndSetters]] and listeners are essential part of the [[JavaBean]]s specification. They become so popular that many other [[API]]s, not necessarily intended to serve as [[JavaBean]]s mimic them. |
- | TBD: Don't fire changes from getters! | + | [[TBD]]: Don't fire changes from getters! |
[[Category:APIDesignPatterns]] | [[Category:APIDesignPatterns]] | ||
[[Category:APIDesignPatterns:Anti]] | [[Category:APIDesignPatterns:Anti]] |
Current revision
GettersAndSetters and listeners are essential part of the JavaBeans specification. They become so popular that many other APIs, not necessarily intended to serve as JavaBeans mimic them.
TBD: Don't fire changes from getters!