Package com.google.inject.internal
Interface CreationListener
-
- All Known Implementing Classes:
BoundProviderFactory,ExposedKeyFactory,FactoryProxy
interface CreationListenerSomething that is notified upon creation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(Errors errors)Notifies that creation should happen.
-
-
-
Method Detail
-
notify
void notify(Errors errors)
Notifies that creation should happen.
-
-