Package ghidra.app.cmd.memory
Interface DeleteBlockListener
-
public interface DeleteBlockListenerListener that is notified when the DeleteBlockCmd completes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteBlockCompleted(DeleteBlockCmd cmd)Notification that the delete block command completed
-
-
-
Method Detail
-
deleteBlockCompleted
void deleteBlockCompleted(DeleteBlockCmd cmd)
Notification that the delete block command completed- Parameters:
cmd- command that was completed; the command has the status as to whether the delete was successful
-
-