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()
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