Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Adding Listener to Process Editor in Business Modeler
Adding Listener to Process Editor in Business Modeler [message #328506] Mon, 26 May 2008 19:59 Go to next message
Eclipse UserFriend
Originally posted by: lbarbour.gmail.com

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.
Re: Adding Listener to Process Editor in Business Modeler [message #328538 is a reply to message #328506] Tue, 27 May 2008 13:13 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Lili,

I think you should be asking this question on a forum where that product
is directly supported. If the modeler is using EMF then likely the
objects in the editor are EObjects and hence Notifiers, so it would be
possible to attach an EContentAdapter to the root ResourceSet of the
editor (if it even provides API-based access to that) to listen to all
changes that occur to any object in that editor.


Lili wrote:
> 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.
>
>
Previous Topic:fast view position
Next Topic:Plugins dowloader and manager
Goto Forum:
  


Current Time: Sun Jun 30 14:24:34 GMT 2024

Powered by FUDForum. Page generated in 0.04219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top