public interface Listener<T> extends Child<T>, JslListenerCommType<T,Listener<T>,Properties<Listener<T>>>
Listener
xsd typeModifier 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
elementListener
Listener<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
Listener
String getRef()
ref
attributeref
Copyright © 2017 JBoss by Red Hat. All rights reserved.