Package docking.widgets.filechooser
Interface GhidraFileChooserPanelListener
-
public interface GhidraFileChooserPanelListenerA listener for notifying when the file in the file chooser panel have changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfileChanged(java.io.File file)Notification the file change.voidfileDropped(java.io.File file)Notification that a new file was dropped on the panel.
-