mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Added DomainObjectChangeRecord event type information
This commit is contained in:
parent
eaf6ab250d
commit
df0ec62533
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ import java.io.Serializable;
|
|||
|
||||
/**
|
||||
* Information about a change that was made to a domain object. The
|
||||
* record is delivered as part of the change notification.
|
||||
* record is delivered as part of the change notification. The event
|
||||
* types correspond to the constants in
|
||||
* {@link ghidra.program.util.ChangeManager ChangeManager}.
|
||||
* @see ghidra.program.util.ChangeManager ChangeManager
|
||||
*/
|
||||
public class DomainObjectChangeRecord implements Serializable {
|
||||
private final static long serialVersionUID = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue