public static final class RegularListener.UpdatingOptionsLoader<L extends RegularListener<L>> extends RegularListener.AbstractOptionsLoader<L>
Modifier and Type | Method and Description |
---|---|
protected Options |
adjustCustomOptions(L listener) |
protected Options |
adjustDefaultOptions(L listener) |
protected ListenerPreferences |
customPreferences() |
protected ActivityPreferences |
defaultPreferences() |
static <L extends RegularListener<L>> |
of(L listener,
ActivityPreferences defaults,
ListenerPreferences custom) |
loadCustomOptions, loadDefaultOptions, toString, toStringHelper
public static <L extends RegularListener<L>> RegularListener.UpdatingOptionsLoader<L> of(L listener, ActivityPreferences defaults, ListenerPreferences custom)
protected ActivityPreferences defaultPreferences()
defaultPreferences
in class RegularListener.AbstractOptionsLoader<L extends RegularListener<L>>
protected ListenerPreferences customPreferences()
customPreferences
in class RegularListener.AbstractOptionsLoader<L extends RegularListener<L>>
protected Options adjustDefaultOptions(L listener)
adjustDefaultOptions
in class RegularListener.AbstractOptionsLoader<L extends RegularListener<L>>
protected Options adjustCustomOptions(L listener)
adjustCustomOptions
in class RegularListener.AbstractOptionsLoader<L extends RegularListener<L>>