Question
Can someone help in writing code to add action listener on Model Save
Hello Everyone,
I am developing a J-Link tool the requirement is to execute the tool on every save of the model.
I have implemented this on session objection performing session.AddActionListener but this is resulting into clearing undo/redo stack into session.
Looking for better option to keep the track on undo\redo stack and tool should run on every model save.
Thanks in advance
Swapnil

