2009/4/3 Rich Hickey :
> Could you please submit an issue for that one?
No problem: http://code.google.com/p/clojure/issues/detail?id=102
Thanks,
Paul.
--
Iode Software Ltd, registered in England No. 6299803.
Registered Office Address: 12 Sancroft Drive, Houghton-le-Spring, Tyne
& Wear, DH5 8N
On Apr 3, 10:33 am, Paul Drummond wrote:
> The following works - note ActionListener is fully qualified:
>
> -
> user=> (.addActionListener (javax.swing.JButton.)
> (proxy [java.awt.event.ActionListener] []
> (actionPerformed [evt]
>
The following works - note ActionListener is fully qualified:
-
user=> (.addActionListener (javax.swing.JButton.)
(proxy [java.awt.event.ActionListener] []
(actionPerformed [evt]
(println "button press"
nil
-