Uses of Class
roboguice.inject.ViewListener

Packages that use ViewListener
roboguice   
roboguice.config   
roboguice.inject   
 

Uses of ViewListener in roboguice
 

Fields in roboguice with type parameters of type ViewListener
protected static WeakHashMap<android.app.Application,ViewListener> RoboGuice.viewListeners
           
 

Methods in roboguice that return ViewListener
protected static ViewListener RoboGuice.getViewListener(android.app.Application application)
           
 

Uses of ViewListener in roboguice.config
 

Fields in roboguice.config declared as ViewListener
protected  ViewListener DefaultRoboModule.viewListener
           
 

Constructors in roboguice.config with parameters of type ViewListener
DefaultRoboModule(android.app.Application application, ContextScope contextScope, ViewListener viewListener, ResourceListener resourceListener)
           
 

Uses of ViewListener in roboguice.inject
 

Fields in roboguice.inject declared as ViewListener
protected  ViewListener ContextScopedRoboInjector.viewListener
           
 

Constructors in roboguice.inject with parameters of type ViewListener
ContextScopedRoboInjector(android.content.Context context, com.google.inject.Injector applicationInjector, ViewListener viewListener)
           
 



Copyright © 2012. All Rights Reserved.