|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingSubscriber | |
---|---|
org.sonatype.guice.bean.locators.spi | SPI for contributing Binding s to the MutableBeanLocator . |
Uses of BindingSubscriber in org.sonatype.guice.bean.locators.spi |
---|
Methods in org.sonatype.guice.bean.locators.spi with parameters of type BindingSubscriber | ||
---|---|---|
|
BindingPublisher.subscribe(com.google.inject.TypeLiteral<T> type,
BindingSubscriber subscriber)
Subscribes the given BindingSubscriber to receive Binding s of the given type. |
|
|
BindingPublisher.unsubscribe(com.google.inject.TypeLiteral<T> type,
BindingSubscriber subscriber)
Stops the given BindingSubscriber from receiving Binding s of the given type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |