From: Panayotis K. <pan...@pa...> - 2011-03-24 10:44:54
|
On Mar 24, 2011, at 9:27 AM, Arno Puder wrote: > > that is certainly also an interesting alternative: instead of > introducing a new interface NSSelector, simply use Runnable. > > Panayotis: what do you think? > > Arno This was my first intention. Unfortunately it is not possible, since we need an argument for this method, but the "run" method is without arguments. |