public interface ReferenceListener
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBindMethod() |
Return the name of the bind method.
|
Target |
getListenerComponent() |
Return the Metadata for the component that will receive bind and unbind
events.
|
java.lang.String |
getUnbindMethod() |
Return the name of the unbind method.
|
Target getListenerComponent()
ref
attribute or via an inlined
component.java.lang.String getBindMethod()
bind-method
attribute of the
reference listener.java.lang.String getUnbindMethod()
unbind-method
attribute of the
reference listener.