wrote:
> hi,
>
> i think this is a little exercise for real experts, but i suffer from
> real headaches because of it... :-\
>
> i have an object method (method1), that calls setTimeout with an other
> method (method2) as parameter which calls further another method
> (method3), but i do not know how to realize it.
> it is important to use object context and not static members, because
> method3 uses a member (more precisely a constructor parameter) that
> should be private if possible.
Something similar (on the first look, but not the fact) was at
<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/bf33c7bbb9f699f9/1fa2877e1219f704>