Reputation: 801
How to get know what two figures was conneted in draw2d js libdrary ( http://www.draw2d.org/draw2d/ )? I cant find corresponding event/callback method..
Upvotes: 4
Views: 794
Reputation: 801
Sorry, found: stackChanged method of CommandStack, with one argument event, with command.label="Connecting Ports", make sure you catching postExecute event.
Upvotes: 3