Added getInputEventListeners to PCanvas and PNode making them return an array of PInputEventListener objects. This makes it fall inline with the other listeners inherited from JComponent and it also makes listener methods testable.
1 parent ecaf7d4 commit 739536abcb36ed962734a562a8c4e7e168cec2a1
@Allain Lalonde Allain Lalonde authored on 19 Jul 2009
Showing 3 changed files
View
core/src/main/java/edu/umd/cs/piccolo/PCanvas.java
View
core/src/main/java/edu/umd/cs/piccolo/PNode.java
View
core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java