| Package | Description |
|---|---|
| javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
| Modifier and Type | Method and Description |
|---|---|
DataModelListener[] |
DataModel.getDataModelListeners()
Return the set of
DataModelListeners interested in
notifications from this DataModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataModel.addDataModelListener(DataModelListener listener)
Add a new
DataModelListener to the set interested in
notifications from this DataModel. |
void |
DataModel.removeDataModelListener(DataModelListener listener)
Remove an existing
DataModelListener from the set
interested in notifications from this DataModel. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.