GP-4222 created a builder for DomainObjectListeners to provide a more compact wahy to express the event handling logic

This commit is contained in:
ghidragon 2024-01-12 16:10:01 -05:00
parent 5b53b35968
commit 54214f7f96
16 changed files with 1086 additions and 619 deletions

View file

@ -16,7 +16,6 @@
package ghidra.program.util;
import ghidra.framework.model.DomainObjectChangeRecord;
import ghidra.framework.model.EventType;
import ghidra.program.model.address.Address;
/**