Package ghidra.app.cmd.function
Interface CaptureFunctionDataTypesListener
-
public interface CaptureFunctionDataTypesListenerListener that is notified when the CaptureFunctionDataTypesCmd completes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcaptureFunctionDataTypesCompleted(CaptureFunctionDataTypesCmd cmd)Notification that the capture function data types command completed
-
-
-
Method Detail
-
captureFunctionDataTypesCompleted
void captureFunctionDataTypesCompleted(CaptureFunctionDataTypesCmd cmd)
Notification that the capture function data types command completed- Parameters:
cmd- command that was completed; the command has the status as to whether the capture was successful
-
-