function reference

2009-06-09 Thread kevin.d...@googlemail.com
hello, I search a solution for save a function/method reference for a later callback? par example in javascript: var method = methodname; method.call (); // callback in pure java I use thejava.lang.reflect.Method class. how can I realize this in GWT? greets Kevin --~--~-~--~~---

Re: function reference

2009-06-09 Thread Paul Grenyer
Looks like an ideal place for an interface to me. Sent from my Archimedes A3000 -Original Message- From: "kevin.d...@googlemail.com" Date: Tue, 9 Jun 2009 12:46:52 To: Google Web Toolkit Subject: function reference hello, I search a solution for save a function/method

Re: function reference

2009-06-09 Thread kevin.d...@googlemail.com
> > -Original Message- > From: "kevin.d...@googlemail.com" > > Date: Tue, 9 Jun 2009 12:46:52 > To: Google Web Toolkit > Subject: function reference > > hello, > > I search a solution for save a function/method reference for a later > callback? &g