| Package | Description |
|---|---|
| org.apache.cayenne.configuration.event | |
| org.apache.cayenne.modeler |
| Modifier and Type | Method and Description |
|---|---|
void |
DataMapListener.dataMapAdded(DataMapEvent e)
Called when a new DataMap is added.
|
void |
DataMapListener.dataMapChanged(DataMapEvent e)
Called on DataMap property changes.
|
void |
DataMapListener.dataMapRemoved(DataMapEvent e)
Called when a DataMap is removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectTreeView.dataMapAdded(DataMapEvent e) |
void |
ProjectTreeView.dataMapChanged(DataMapEvent e) |
void |
ProjectTreeView.dataMapRemoved(DataMapEvent e) |
void |
ProjectController.fireDataMapEvent(DataMapEvent e)
Informs all listeners of the DataMapEvent.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.