Package ghidra.util
Class PrivateSaveable
- java.lang.Object
 - 
- ghidra.util.PrivateSaveable
 
 
- 
- All Implemented Interfaces:
 Saveable
- Direct Known Subclasses:
 SaveableColor,SaveablePoint
public abstract class PrivateSaveable extends java.lang.Object implements Saveable
A class that signals this saveable is not meant to broadcast its changes. 
- 
- 
Constructor Summary
Constructors Constructor Description PrivateSaveable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrivate()Returns true if this saveable should not have it's changes broadcast.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface ghidra.util.Saveable
getObjectStorageFields, getSchemaVersion, isUpgradeable, restore, save, upgrade 
 - 
 
 -