Removes the preferences with the given key.
Syntax
public
void
removePreference
(
String
key
) throws PreferencesException
Parameters
-
key –
The key of the preference
Exceptions
-
PreferencesException class –
If the preference does not exists or it can not be removed( e.g. an preference )
Usage
Also notifies the listeners with null value.