Package ghidra.app.util
Interface OptionListener
- All Known Implementing Classes:
OptionsDialog
public interface OptionListener
Notification that an Option changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
optionChanged
(Option option) Notification that the given option changed.
-
Method Details
-
optionChanged
Notification that the given option changed.- Parameters:
option
- option that changed
-