Package ghidra.framework.cmd
Interface BackgroundCommandListener
public interface BackgroundCommandListener
Listener that is notified when a BackgroundCommand completes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that the given BackgroundCommand has completed.
-
Method Details
-
commandCompleted
Notification that the given BackgroundCommand has completed.- Parameters:
cmd
- background command that has completed
-