> However the code (proxy-super publish m) throws this exception:
>
> #<IllegalArgumentException java.lang.IllegalArgumentException: No
> matching method found: publish for class
> clojure.proxy.javax.swing.SwingWorker>
>

publish is a protected method, and I don't think proxy (even with
proxy-super) lets you access it. Also, even if it was public, it is a
var-arg method, so you would need to supply an array.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to