Package ghidra.util.filechooser
Interface GhidraFileChooserListener
-
- All Known Implementing Classes:
GhidraFileChooser
public interface GhidraFileChooserListener
A listener for notifying when the contents of the file chooser model have changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modelChanged()
Invoked when the contents of the file chooser model have changed.
-