GP-4390 Collapse DomainObject Undoable interfaces and refactor Command processing.

This commit is contained in:
ghidra1 2024-03-08 12:49:50 -05:00
parent 136b933af2
commit 445494ba25
214 changed files with 2862 additions and 3813 deletions

View file

@ -20,15 +20,15 @@ import java.util.List;
import java.util.Set;
import db.util.ErrorHandler;
import ghidra.framework.model.DomainObject;
import ghidra.framework.model.DomainObjectListener;
import ghidra.framework.model.UndoableDomainObject;
import ghidra.program.model.listing.Program;
/**
* Main interface for a Version Tracking Session
*
*/
public interface VTSession extends ErrorHandler, UndoableDomainObject {
public interface VTSession extends ErrorHandler, DomainObject {
/**
* Returns the AssociationManager.