Package ghidra.framework.cmd
Interface BackgroundCommandListener
-
public interface BackgroundCommandListener
Listener that is notified when a BackgroundCommand completes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commandCompleted(BackgroundCommand cmd)
Notification that the given BackgroundCommand has completed.
-
-
-
Method Detail
-
commandCompleted
void commandCompleted(BackgroundCommand cmd)
Notification that the given BackgroundCommand has completed.- Parameters:
cmd
- background command that has completed
-
-