roboguice.inject
Class ResourceListener

java.lang.Object
  extended by roboguice.inject.ResourceListener
All Implemented Interfaces:
com.google.inject.spi.TypeListener

public class ResourceListener
extends Object
implements com.google.inject.spi.TypeListener

Resource listener.

Author:
Mike Burton

Nested Class Summary
protected static class ResourceListener.ResourceMembersInjector<T>
           
 
Field Summary
protected  android.app.Application application
           
 
Constructor Summary
ResourceListener(android.app.Application application)
           
 
Method Summary
<I> void
hear(com.google.inject.TypeLiteral<I> typeLiteral, com.google.inject.spi.TypeEncounter<I> typeEncounter)
           
 void requestStaticInjection(Class<?>... types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

protected android.app.Application application
Constructor Detail

ResourceListener

public ResourceListener(android.app.Application application)
Method Detail

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

requestStaticInjection

public void requestStaticInjection(Class<?>... types)


Copyright © 2012. All Rights Reserved.