public class ReferenceListenerImpl extends Object implements MutableReferenceListener
| Constructor and Description |
|---|
ReferenceListenerImpl() |
ReferenceListenerImpl(ReferenceListener source) |
ReferenceListenerImpl(Target listenerComponent,
String bindMethod,
String unbindMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindMethod()
Return the name of the bind method.
|
Target |
getListenerComponent()
Return the Metadata for the component that will receive bind and unbind
events.
|
String |
getUnbindMethod()
Return the name of the unbind method.
|
void |
setBindMethod(String bindMethodName) |
void |
setListenerComponent(Target listenerComponent) |
void |
setUnbindMethod(String unbindMethodName) |
String |
toString() |
public ReferenceListenerImpl()
public ReferenceListenerImpl(Target listenerComponent, String bindMethod, String unbindMethod)
public ReferenceListenerImpl(ReferenceListener source)
public Target getListenerComponent()
ReferenceListenerref attribute or via an inlined
component.getListenerComponent in interface ReferenceListenerpublic void setListenerComponent(Target listenerComponent)
setListenerComponent in interface MutableReferenceListenerpublic String getBindMethod()
ReferenceListenerbind-method attribute of the
reference listener.getBindMethod in interface ReferenceListenerpublic void setBindMethod(String bindMethodName)
setBindMethod in interface MutableReferenceListenerpublic String getUnbindMethod()
ReferenceListenerunbind-method attribute of the
reference listener.getUnbindMethod in interface ReferenceListenerpublic void setUnbindMethod(String unbindMethodName)
setUnbindMethod in interface MutableReferenceListenerCopyright © 2016. All rights reserved.