mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4390 Collapse DomainObject Undoable interfaces and refactor Command processing.
This commit is contained in:
parent
136b933af2
commit
445494ba25
214 changed files with 2862 additions and 3813 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue