Hi, I have several objects (w[1],...,w[n]) with the same observer added: for(i=1; i<=n; i++) w[i].addObserver("InteractionEvent", this, "interactionMethod"); Is there a way to tell which of the objects actually called the interactionMethod? Can I specify an identifier when calling interactionMethod? Thanks for your help! Lars