public interface RelationshipXrefListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(RelationshipXref source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(RelationshipXref source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dbChanged(RelationshipXref source)
Called when db has changed
|
void |
dbVersionChanged(RelationshipXref source)
Called when dbVersion has changed
|
void |
idChanged(RelationshipXref source)
Called when id has changed
|
void |
idVersionChanged(RelationshipXref source)
Called when idVersion has changed
|
void |
relationshipTypeAdded(RelationshipXref source,
RelationshipTypeVocabulary newValue)
Called when a value of relationshipType has been added
|
void |
relationshipTypeRemoved(RelationshipXref source,
RelationshipTypeVocabulary oldValue)
Called when a value of relationshipType has been removed
|
void commentAdded(RelationshipXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefnewValue
- the object representing the new valuevoid commentRemoved(RelationshipXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefoldValue
- the object representing the removed valuevoid idChanged(RelationshipXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefvoid dbChanged(RelationshipXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefvoid idVersionChanged(RelationshipXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefvoid dbVersionChanged(RelationshipXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefvoid relationshipTypeAdded(RelationshipXref source, RelationshipTypeVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefnewValue
- the object representing the new valuevoid relationshipTypeRemoved(RelationshipXref source, RelationshipTypeVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.RelationshipXrefoldValue
- the object representing the removed value