public interface IIntPreference extends IPreference
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the current value of this preference.
|
void |
setValue(int value)
Sets the current value of this preference.
|
addListener, removeListener
int getValue()
void setValue(int value)
A preference change event is reported if the current value of the preference actually changes from its previous value.
value
- the new current value of this preferenceCopyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0