| Package | Description |
|---|---|
| jakarta.faces.model |
| 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 © 1997–2020 Eclipse Foundation. All rights reserved.