As far as I remember some time ago we've had the same 'problem'. How to get class instance of the method we know. We didn't manage to find it. Instead we've thought of it like: do we really need it? And finally did everything without accessing class instance. Maybe you should try different approach too.
R. On Dec 20, 2007 2:36 PM, reflexactions <[EMAIL PROTECTED]> wrote: > > > > > > > If an event handler is actually a method of a component instance does > anyone know how to find which instance it is. > > Actually I just want to check when a listener is being added that it is > from a particular object and not some other source. > >
