public interface ListenerConfig
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getListenerClassName()
Gets the value of the listenerClassName property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
@NotNull String |
getSubscribeListenerWith()
Gets the value of the subscribeListenerWith property.
|
void |
setListenerClassName(String value)
Sets the value of the listenerClassName property.
|
void |
setSubscribeListenerWith(String value)
Sets the value of the subscribeListenerWith property.
|
@NotNull @NotNull String getListenerClassName()
Stringvoid setListenerClassName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getSubscribeListenerWith()
Stringvoid setSubscribeListenerWith(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.