public class ListenerModel extends Object implements ModelElement<ListenerModel>
| Constructor and Description |
|---|
ListenerModel() |
ListenerModel(FacesId type) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(Visitor<R,D> visitor,
D data) |
FacesId |
getId() |
void |
merge(ListenerModel other)
Merge values from other object. |
boolean |
same(ListenerModel other)
Compare object with other. |
void |
setId(FacesId type)
|
public ListenerModel(FacesId type)
public ListenerModel()
public <R,D> R accept(Visitor<R,D> visitor, D data)
public FacesId getId()
public void setId(FacesId type)
id - the id to setpublic void merge(ListenerModel other)
MergeableMerge values from other object.
merge in interface Mergeable<ListenerModel>public boolean same(ListenerModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<ListenerModel>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.