registerPreferenceChangeListener(String, ISDMPreferenceChangeListener) method

You can register a class implementing the ISDMPreferenceChangeListener interface for the change of a preference with the given key.

Syntax

public synchronized void registerPreferenceChangeListener (
    String key,
    ISDMPreferenceChangeListener changeListener
)

Parameters

Exceptions

Remarks

If any of the arguments are null, an IllegalArgumentException is thrown.