It would be a great pity if there was no way to do this, as
SwingWorker is the 'proper' way for long-running code to interact with
Swing objects.
Any ideas for how to achieve this would be appreciated.


On Mar 19, 7:35 pm, MikeM <michael.messini...@invista.com> wrote:
> > However the code (proxy-superpublish 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 withproxy-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