-
- All Implemented Interfaces:
-
org.readium.r2.navigator.preferences.Preference
public class PreferenceDelegate<T extends Object> implements Preference<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Tvalueprivate final TeffectiveValueprivate final BooleanisEffective
-
Method Summary
Modifier and Type Method Description TgetValue()TgetEffectiveValue()BooleangetIsEffective()Unitset(T value)Set the preference to value. -
-
Method Detail
-
getEffectiveValue
T getEffectiveValue()
-
getIsEffective
Boolean getIsEffective()
-
-
-
-