public class EntityListeners extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<EntityListener> |
entityListener |
| Constructor and Description |
|---|
EntityListeners() |
protected List<EntityListener> entityListener
public 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
EntityListenerCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.