public class EntityListeners
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EntityListener> |
entityListener |
Constructor and Description |
---|
EntityListeners() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityListener> |
getEntityListener()
Gets the value of the entityListener property.
|
protected java.util.List<EntityListener> entityListener
public java.util.List<EntityListener> getEntityListener()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the entityListener property.
For example, to add a new item, do as follows:
getEntityListener().add(newItem);
Objects of the following type(s) are allowed in the list
EntityListener
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.