Is java.util.Observable used anywhere?

前端 未结 2 1773
轮回少年
轮回少年 2020-12-24 06:36

Was chatting to a colleague about the design of Javas libraries. I mentioned I\'d always found it funny that the AWT/Swing classes called that essentially provide an Observa

2条回答
  •  伪装坚强ぢ
    2020-12-24 06:38

    Observer and Observable are still used in a lot of Eclipse wizard code for detecting when the stuff in input boxes changes, so the wizard itself can be updated. I've had to work with some of this stuff, changing it for our own needs.. :)

提交回复
热议问题