Trigger the update of an other instance of my extension [message #1786461] |
Thu, 03 May 2018 17:03  |
Eclipse User |
|
|
|
Hi,
This is what I need : When I change a property value in my extension, an update is done end the appearance of my feature is changed. I would like that at the same time, this value is sent the value to an other instance of my extension and trigger the update of to this instance.
How can I do that ?
|
|
|
|
Re: Trigger the update of an other instance of my extension [message #1786743 is a reply to message #1786596] |
Thu, 10 May 2018 14:23  |
Eclipse User |
|
|
|
Hi Ralph,
I'm trying to reproduce the example of the CustomLayoutAdapter from the wiki , but it doesn't work. Here is the code :
@Override public IAddFeature getAddFeature(IFeatureProvider fp) {
return new AddIntermediateCatchEventFeature(fp) {
But getAddFeature(IFeatureProvider fp) has to return an IAddFeature , and AddIntermediateCatchEventFeature(fp) doesn't match.
I tried too to reproduce the example org.eclipse.bpmn2.modeler.examples.dynamic, but the method resourceSetChanged(ResourceSetChangeEvent event) is never triggered...
Can you help me please ?
|
|
|
Powered by
FUDForum. Page generated in 0.03233 seconds