📄 settingschanged.java
字号:
package no.auc.one.portableplayer.settings;
/**
* Generic interface for notifiying about changes to settings.
*
*/
public interface SettingsChanged {
/**
* Notifies about a setting which has been changed.
*
* @param setting One of the SETTING_ constants defined in
* @see no.auc.one.portableplayer.settings.Settings
* @param newSetting The new setting. Cast this object to the correct class
* related to this setting.
*/
void settingChanged(int setting, Object newSetting);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -