roboguice.inject
Class PreferenceListener
java.lang.Object
roboguice.inject.PreferenceListener
- All Implemented Interfaces:
- com.google.inject.spi.TypeListener
public class PreferenceListener
- extends Object
- implements com.google.inject.spi.TypeListener
- Author:
- Mike Burton
Constructor Summary |
PreferenceListener(com.google.inject.Provider<android.content.Context> contextProvider,
android.app.Application application,
ContextScope scope)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preferencesForInjection
protected ArrayList<roboguice.inject.PreferenceListener.PreferenceMembersInjector<?>> preferencesForInjection
contextProvider
protected com.google.inject.Provider<android.content.Context> contextProvider
application
protected android.app.Application application
scope
protected ContextScope scope
PreferenceListener
public PreferenceListener(com.google.inject.Provider<android.content.Context> contextProvider,
android.app.Application application,
ContextScope scope)
hear
public <I> void hear(com.google.inject.TypeLiteral<I> typeLiteral,
com.google.inject.spi.TypeEncounter<I> typeEncounter)
- Specified by:
hear
in interface com.google.inject.spi.TypeListener
registerPreferenceForInjection
public void registerPreferenceForInjection(roboguice.inject.PreferenceListener.PreferenceMembersInjector<?> injector)
injectPreferenceViews
public void injectPreferenceViews()
Copyright © 2012. All Rights Reserved.