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()
ReferenceListener
ref
attribute or via an inlined
component.getListenerComponent
in interface ReferenceListener
public void setListenerComponent(Target listenerComponent)
setListenerComponent
in interface MutableReferenceListener
public String getBindMethod()
ReferenceListener
bind-method
attribute of the
reference listener.getBindMethod
in interface ReferenceListener
public void setBindMethod(String bindMethodName)
setBindMethod
in interface MutableReferenceListener
public String getUnbindMethod()
ReferenceListener
unbind-method
attribute of the
reference listener.getUnbindMethod
in interface ReferenceListener
public void setUnbindMethod(String unbindMethodName)
setUnbindMethod
in interface MutableReferenceListener
Copyright © 2014. All rights reserved.