public interface DbRelationshipListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
dbRelationshipAdded(RelationshipEvent e)
Relationship has been created/added.
|
void |
dbRelationshipChanged(RelationshipEvent e)
Relationship property changed.
|
void |
dbRelationshipRemoved(RelationshipEvent e)
Relationship has been removed.
|
void dbRelationshipChanged(RelationshipEvent e)
void dbRelationshipAdded(RelationshipEvent e)
void dbRelationshipRemoved(RelationshipEvent e)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.