Extracting change information from IChangeEvent
One answer
How to extract the information about what attribute has changed as
well as the "new" and the "old" values given a
IChangeEvent instance? I looked at the implementation of FeedService
and WorkItemRenderer but could not find the required information
there.
You may want to take a look at
com.ibm.team.workitem.service.internal.save.notify.ChangePresentation
and the IChangePresentation implementations.
HTH,
Patrick
Jazz Work Item Team