roboguice.config
Class AbstractAndroidModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by roboguice.config.AbstractAndroidModule
All Implemented Interfaces:
com.google.inject.Module

public abstract class AbstractAndroidModule
extends com.google.inject.AbstractModule

Author:
Mike Burton

Field Summary
protected  List<StaticTypeListener> listeners
           
 
Constructor Summary
AbstractAndroidModule()
           
 
Method Summary
protected  void requestStaticInjection(Class<?>... types)
           
 void setStaticTypeListeners(List<StaticTypeListener> listeners)
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected List<StaticTypeListener> listeners
Constructor Detail

AbstractAndroidModule

public AbstractAndroidModule()
Method Detail

requestStaticInjection

protected void requestStaticInjection(Class<?>... types)
Overrides:
requestStaticInjection in class com.google.inject.AbstractModule

setStaticTypeListeners

public void setStaticTypeListeners(List<StaticTypeListener> listeners)


Copyright © 2011. All Rights Reserved.