tapeutils.zx81
Interface PreferenceListener
- All Known Implementing Classes:
- PreferencesDialog
- public interface PreferenceListener
Structure to hold an error/warning message.
Method Summary |
void |
preferenceUpdated(java.lang.Object source,
java.lang.String key)
Indicate that a preference has been updated. |
preferenceUpdated
public void preferenceUpdated(java.lang.Object source,
java.lang.String key)
- Indicate that a preference has been updated.
- Parameters:
source
- The source of the update.key
- The key of the updated preference.