piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Provide access to getPropertyChangeListeners from PNode #262

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 262

What steps will reproduce the problem?
1. Create a class that uses a PNode
2. Try to find out how many property change listeners are registered to it
3. You can't, because that information is not visible.

What version of the product are you using? On what operating system?

Piccolo 3.0.

Please provide any additional information below.

Discussed this via email  with Michael Heuer. He suggests that following, which sounds
good to me: "I could add methods on PNode that delegate to

http://docs.oracle.com/javase/7/docs/api/java/beans/PropertyChangeSupport.html#getPropertyChangeListeners%28%29

http://docs.oracle.com/javase/7/docs/api/java/beans/PropertyChangeSupport.html#getPropertyChangeListeners(java.lang.String)"

Reported by jeffyoshimi on 2014-12-29 21:41:52

mro commented 9 years ago

Reported by heuermh on 2014-12-29 21:44:48

mro commented 9 years ago

Reported by heuermh on 2014-12-29 23:39:38

mro commented 9 years ago
Fixed in revision 1271.

Reported by heuermh on 2014-12-30 03:28:19