Package ghidra.app.util
Interface OptionListener
- 
- All Known Implementing Classes:
 OptionsDialog
public interface OptionListenerNotification that an Option changed. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoptionChanged(Option option)Notification that the given option changed. 
 - 
 
- 
- 
Method Detail
- 
optionChanged
void optionChanged(Option option)
Notification that the given option changed.- Parameters:
 option- option that changed
 
 - 
 
 -