public class RegistrationListenerImpl extends Object implements MutableRegistrationListener
| Constructor and Description |
|---|
RegistrationListenerImpl() |
RegistrationListenerImpl(RegistrationListener source) |
RegistrationListenerImpl(Target listenerComponent,
String registrationMethod,
String unregistrationMethod) |
| Modifier and Type | Method and Description |
|---|---|
Target |
getListenerComponent()
Return the Metadata for the component that will receive registration and
unregistration events.
|
String |
getRegistrationMethod()
Return the name of the registration method.
|
String |
getUnregistrationMethod()
Return the name of the unregistration method.
|
void |
setListenerComponent(Target listenerComponent) |
void |
setRegistrationMethod(String registrationMethod) |
void |
setUnregistrationMethod(String unregistrationMethod) |
String |
toString() |
public RegistrationListenerImpl()
public RegistrationListenerImpl(Target listenerComponent, String registrationMethod, String unregistrationMethod)
public RegistrationListenerImpl(RegistrationListener source)
public Target getListenerComponent()
RegistrationListenerref attribute or via an inlined
component.getListenerComponent in interface RegistrationListenerpublic void setListenerComponent(Target listenerComponent)
setListenerComponent in interface MutableRegistrationListenerpublic String getRegistrationMethod()
RegistrationListenerregistration-method attribute of
the registration listener.getRegistrationMethod in interface RegistrationListenerpublic void setRegistrationMethod(String registrationMethod)
setRegistrationMethod in interface MutableRegistrationListenerpublic String getUnregistrationMethod()
RegistrationListenerunregistration-method attribute of
the registration listener.getUnregistrationMethod in interface RegistrationListenerpublic void setUnregistrationMethod(String unregistrationMethod)
setUnregistrationMethod in interface MutableRegistrationListenerCopyright © 2015. All rights reserved.