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...) |
|||
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! |
Revision as of 20:25, 21 September 2009
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!