|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> map >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne.map.event
Interface DbRelationshipListener

- All Superinterfaces:
- java.util.EventListener
- public interface DbRelationshipListener
- extends java.util.EventListener
For managing the changes in the DbRelationship.
| Method Summary | |
void |
dbRelationshipAdded(RelationshipEvent e)
Relationship has been created/added. |
void |
dbRelationshipChanged(RelationshipEvent e)
Relationship property changed. |
void |
dbRelationshipRemoved(RelationshipEvent e)
Relationship has been removed. |
| Method Detail |
dbRelationshipChanged
public void dbRelationshipChanged(RelationshipEvent e)
- Relationship property changed.
dbRelationshipAdded
public void dbRelationshipAdded(RelationshipEvent e)
- Relationship has been created/added.
dbRelationshipRemoved
public void dbRelationshipRemoved(RelationshipEvent e)
- Relationship has been removed.
|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> map >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC