roboguice.event
Class ObservesTypeListener.ContextObserverMethodInjector<I>
java.lang.Object
roboguice.event.ObservesTypeListener.ContextObserverMethodInjector<I>
- Type Parameters:
I
-
- All Implemented Interfaces:
- com.google.inject.spi.InjectionListener<I>
- Enclosing class:
- ObservesTypeListener
public static class ObservesTypeListener.ContextObserverMethodInjector<I>
- extends Object
- implements com.google.inject.spi.InjectionListener<I>
Injection listener to handle the observation manager registration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextProvider
protected com.google.inject.Provider<android.content.Context> contextProvider
eventManager
protected EventManager eventManager
method
protected Method method
event
protected Class<?> event
ObservesTypeListener.ContextObserverMethodInjector
public ObservesTypeListener.ContextObserverMethodInjector(com.google.inject.Provider<android.content.Context> contextProvider,
EventManager eventManager,
Method method,
Class<?> event)
afterInjection
public void afterInjection(I i)
- Specified by:
afterInjection
in interface com.google.inject.spi.InjectionListener<I>
Copyright © 2011. All Rights Reserved.