Package ghidra.framework.cmd
-
Interface Summary Interface Description BackgroundCommandListener Listener that is notified when a BackgroundCommand completes.BinaryAnalysisCommand NOTE: ALL BinaryAnalysisCommand CLASSES MUST END IN "BinaryAnalysisCommand".Command Interface to define a change made to a domain object. -
Class Summary Class Description BackgroundCommand Abstract command that will be run in a thread (in the background) other than the AWT(GUI) thread.CompoundBackgroundCommand Compound command to handle multiple background commands.CompoundCmd Implementation for multiple commands that are done as a unit.MergeableBackgroundCommand