
public interface Listener<T> extends Child<T>, JslListenerCommType<T,Listener<T>,Properties<Listener<T>>>
Listener xsd type| Modifier and Type | Method and Description |
|---|---|
Properties<Listener<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
Listener<T> |
ref(String ref)
Sets the
ref attribute |
Listener<T> |
removeProperties()
Removes the
properties element |
Listener<T> |
removeRef()
Removes the
ref attribute |
Properties<Listener<T>> getOrCreateProperties()
properties element with the given value will be created.
Otherwise, the existing properties element will be returned.Properties> Listener<T> removeProperties()
properties elementListenerListener<T> ref(String ref)
ref attributeref - the value for the attribute refListenerString getRef()
ref attributerefCopyright © 2021 JBoss by Red Hat. All rights reserved.