Book a Demo

Author Topic: Broadcast Event & traceability matrix  (Read 3181 times)

ingeniero

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Broadcast Event & traceability matrix
« on: May 14, 2014, 03:24:02 am »
Hello,

I am developing a Add-In plugin and I need to capture Broadcast Events when a traceability matrix is modified, i.e., when I  establish a link between two objects using EA matrix.

However, I am not able to find the exact method which controls this  Broadcast Event.

I have used the EA_OnPreNewConnector  method but does not work when the link is created.
http://www.sparxsystems.com/enterprise_architect_user_guide/10/automation_and_scripting/broadcastevents.html
 

Do you know what is the method that handles the event?

thank you very much

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Broadcast Event & traceability matrix
« Reply #1 on: May 14, 2014, 04:25:18 am »
I use V11. The OnPostNewConnector was fired upon creating a new connector.

q.