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.
|
---|
|
core/src/main/java/edu/umd/cs/piccolo/PCanvas.java |
---|
core/src/main/java/edu/umd/cs/piccolo/PNode.java |
---|
core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java |
---|