GP-2076 domain object event refactor

This commit is contained in:
ghidragon 2024-01-10 12:01:03 -05:00
parent daca354c47
commit 856aa904aa
143 changed files with 3621 additions and 3652 deletions

View file

@ -145,7 +145,7 @@ class ApplyDiffCommand extends BackgroundCommand implements AnalysisWorker {
};
// // The events were disabled while doing apply Diff. Now re-enable them by firing object restored event.
// ((DomainObjectAdapter)currentProgram).fireEvent(new DomainObjectChangeRecord(
// DomainObject.DO_OBJECT_RESTORED));
// DomainObjectEvent.RESTORED));
// ((DomainObjectAdapter)currentProgram).flushEvents();
if (!monitor.isCancelled()) {
SwingUtilities.invokeLater(r);