Uses of Interface
org.elasticsearch.common.inject.spi.InjectionListener

Packages that use InjectionListener
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.common.inject.spi Guice service provider interface 
 

Uses of InjectionListener in org.elasticsearch.common.inject.internal
 

Methods in org.elasticsearch.common.inject.internal with parameters of type InjectionListener
 Errors Errors.errorNotifyingInjectionListener(InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause)
           
 

Uses of InjectionListener in org.elasticsearch.common.inject.spi
 

Methods in org.elasticsearch.common.inject.spi with parameters of type InjectionListener
 void TypeEncounter.register(InjectionListener<? super I> listener)
          Registers an injection listener for type I.
 



Copyright © 2009-2012. All Rights Reserved.