[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Inspecting collected traces data
|
Thank you, Valentina.
Be a ProfileEventListener help me to be notified from Model changement,
indeed.
Perhaps to be notified when a TRCMethodInvodation appears, I must register
something like a EListListener. If it's the case, the number of
TRCMethodInvocation lists to listener will increase dramatically (One by
TRCThread, one by TRCMethodInvocation ...), I have to dig into EMF.
Valentina Popescu wrote:
> Arnaud
> Implementing a ProfileEventListener would be the right approach if you
> want to be notified when the model has changed.
> You will not know what has been changed in the model though, it can be a
> new object allocated ( a new TRCObject is created ) or it can be what you
> are interested in, a new TRCMethodInvocation being created as a result of
> a method entry event received from the agent.