Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to get the object from which the call was made?


rikland wrote:
> 
> How do I get the object from which the call was made?
> 

I'm sorry, that was poorly formulated. I attempt to clarify: I want the
AbsoluteMouse object that holds a reference to the InputAction on which the
performAction() call was made.

I realize the same InputAction can be referenced in many places. Is there
some other way to do this?


-- 
View this message in context: http://www.nabble.com/How-to-get-the-object-from-which-the-call-was-made--tp19960943p19964632.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top