public interface DelayedBind
delayedBind(Ginjector)
. Their constructor will typically register
themselves with the DelayedBindRegistry
, which will take care of
calling bind
on all the registered classes.Modifier and Type | Method and Description |
---|---|
void |
delayedBind(Ginjector ginjector)
Requests that the classes binds all its objects using the
Ginjector
to get the required instances. |
void delayedBind(Ginjector ginjector)
Ginjector
to get the required instances. This should ever only be called once,
typically by DelayedBindRegistry.bind(Ginjector)
. You should cast
the passed Ginjector
to your specific Ginjector interface.ginjector
- The Ginjector
from which to get object instances.Copyright © 2010-2014 ArcBees. All Rights Reserved.