[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Inspecting collected traces data
|
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.