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 Object implements Saveable
A class that signals this saveable is not meant to broadcast its changes.
  • Constructor Details

    • PrivateSaveable

      public PrivateSaveable()
  • Method Details

    • isPrivate

      public boolean isPrivate()
      Description copied from interface: Saveable
      Returns true if this saveable should not have it's changes broadcast.
      Specified by:
      isPrivate in interface Saveable
      Returns:
      true if this saveable should not have it's changes broadcast.