Package docking.widgets.filechooser
Interface GhidraFileChooserPanelListener
public interface GhidraFileChooserPanelListener
A listener for notifying when the file in the file chooser panel have changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fileChanged
(File file) Notification the file change.void
fileDropped
(File file) Notification that a new file was dropped on the panel.