Package ghidra.program.util
Class DataTypeArchiveChangeRecord
java.lang.Object
ghidra.framework.model.DomainObjectChangeRecord
ghidra.program.util.DataTypeArchiveChangeRecord
- All Implemented Interfaces:
Serializable
Event data for a DomainObjectChangeEvent generated by a Data Type Archive.
See Data Type Archive Events for more information on event data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataTypeArchiveChangeRecord
(int type, Object affectedObj, Object oldValue, Object newValue) Construct a new DataTypeArchiveChangeRecord; theaffectedObj
parameter may be null, depending on what thetype
parameter is. -
Method Summary
Methods inherited from class ghidra.framework.model.DomainObjectChangeRecord
getEventType, getNewValue, getOldValue, getSubEventType, toString
-
Constructor Details
-
DataTypeArchiveChangeRecord
Construct a new DataTypeArchiveChangeRecord; theaffectedObj
parameter may be null, depending on what thetype
parameter is.- Parameters:
type
- event typeaffectedObj
- the object affected by the changeoldValue
- original valuenewValue
- new value
-
-
Method Details
-
getObject
Return the object that is the subject of this change record.- Returns:
- Object null if this change record does not have the affected object
-