Added DomainObjectChangeRecord event type information

This commit is contained in:
astrelsky 2020-06-05 11:53:04 -04:00
parent eaf6ab250d
commit df0ec62533
No known key found for this signature in database
GPG key ID: F33EB9033EFF4FDE

View file

@ -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;