I am trying to build a plug-in for WebSphere Business Modeler Advanced v.
6.0.2. It tracks changes in the process models, and lists them in a view.
I am trying to add a listener to the process editor. I need to record when
changes occur (such as addition of an element, a name change, etc), what
the change is, and which elements are affected.
I am having trouble determining which listener to use, and where to add
it. Do I apply it to the process editor? I have been able to add a
selection listener, but I want my plug-in to automatically update when a
change occurs.