|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.spi.ProvisionListenerBinding
public final class ProvisionListenerBinding
Binds keys (picked using a Matcher) to a provision listener. Listeners are created explicitly in
a module using Binder.bindListener(Matcher, ProvisionListener...) statements:
| Method Summary | ||
|---|---|---|
|
acceptVisitor(ElementVisitor<R> visitor)
Accepts an element visitor. |
|
void |
applyTo(Binder binder)
Writes this module element to the given binder (optional operation). |
|
Matcher<? super Binding<?>> |
getBindingMatcher()
Returns the binding matcher which chooses which bindings the listener should be notified of. |
|
List<ProvisionListener> |
getListeners()
Returns the registered listeners. |
|
Object |
getSource()
Returns an arbitrary object containing information about the "place" where this element was configured. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public List<ProvisionListener> getListeners()
public Matcher<? super Binding<?>> getBindingMatcher()
public Object getSource()
ElementTools might specially handle types they know about; StackTraceElement is a good
example. Tools should simply call toString() on the source object if the type is
unfamiliar.
getSource in interface Elementpublic <R> R acceptVisitor(ElementVisitor<R> visitor)
Element
acceptVisitor in interface Elementvisitor - to call back onpublic void applyTo(Binder binder)
Element
applyTo in interface Elementbinder - to apply configuration element to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||