Interface GhidraFileChooserPanelListener


  • public interface GhidraFileChooserPanelListener
    A listener for notifying when the file in the file chooser panel have changed.
    • Method Detail

      • fileChanged

        void fileChanged​(java.io.File file)
        Notification the file change.
        Parameters:
        file - the new file
      • fileDropped

        void fileDropped​(java.io.File file)
        Notification that a new file was dropped on the panel.
        Parameters:
        file - the new file that was dropped