nsIContentPrefObserver

Methods

onContentPrefSet(aGroup, aName, aValue)

Called when a content pref is set to a different value.

Parameters

aGroup the group to which the pref belongs, or null if it's a global pref (applies to all sites)
aName the name of the pref that was set
aValue the new value of the pref

onContentPrefRemoved(aGroup, aName)

Called when a content pref is removed.

Parameters

aGroup the group to which the pref belongs, or null if it's a global pref (applies to all sites)
aName the name of the pref that was removed