Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [capella-dev] Logger for Capella

On 22-Sep-16 15:58, Truong Ho Quang wrote:
> ModelSet set = getCurrentModelSet(currentPage.getActivePartReference().getPart(true));
> set.getTransactionalEditingDomain().addResourceSetListener(new PapyrusEditorListener());
You can do something similar by casting the part to DDiagramEditor and then editor.getSession().getTransactionalEditingDomain().addResourceSetListener()





Back to the top