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()
RegistrationListener
ref
attribute or via an inlined
component.getListenerComponent
in interface RegistrationListener
public void setListenerComponent(Target listenerComponent)
setListenerComponent
in interface MutableRegistrationListener
public String getRegistrationMethod()
RegistrationListener
registration-method
attribute of
the registration listener.getRegistrationMethod
in interface RegistrationListener
public void setRegistrationMethod(String registrationMethod)
setRegistrationMethod
in interface MutableRegistrationListener
public String getUnregistrationMethod()
RegistrationListener
unregistration-method
attribute of
the registration listener.getUnregistrationMethod
in interface RegistrationListener
public void setUnregistrationMethod(String unregistrationMethod)
setUnregistrationMethod
in interface MutableRegistrationListener
Copyright © 2013. All rights reserved.