Uses of Interface
com.google.inject.spi.TypeEncounter

Packages that use TypeEncounter
com.google.inject.spi Guice service provider interface 
 

Uses of TypeEncounter in com.google.inject.spi
 

Methods in com.google.inject.spi with parameters of type TypeEncounter
<I> void
TypeListener.hear(TypeLiteral<I> type, TypeEncounter<I> encounter)
          Invoked when Guice encounters a new type eligible for constructor or members injection.
 



Copyright 2009 Google Inc. All Rights Reserved.