roboguice.inject
Class ResourceListener
java.lang.Object
roboguice.inject.ResourceListener
- All Implemented Interfaces:
- com.google.inject.spi.TypeListener, StaticTypeListener
public class ResourceListener
- extends Object
- implements StaticTypeListener
Resource listener.
- Author:
- Mike Burton
Field Summary |
protected android.app.Application |
application
|
Method Summary |
|
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 |
application
protected android.app.Application application
ResourceListener
public ResourceListener(android.app.Application application)
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)
- Specified by:
requestStaticInjection
in interface StaticTypeListener
Copyright © 2011. All Rights Reserved.