Interface GhidraFileChooserPanelListener


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

    Modifier and Type
    Method
    Description
    void
    Notification the file change.
    void
    Notification that a new file was dropped on the panel.
  • Method Details Link icon

    • fileChanged Link icon

      void fileChanged(File file)
      Notification the file change.
      Parameters:
      file - the new file
    • fileDropped Link icon

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