public interface UnificationXrefListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(UnificationXref source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(UnificationXref source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dbChanged(UnificationXref source)
Called when db has changed
|
void |
dbVersionChanged(UnificationXref source)
Called when dbVersion has changed
|
void |
idChanged(UnificationXref source)
Called when id has changed
|
void |
idVersionChanged(UnificationXref source)
Called when idVersion has changed
|
void commentAdded(UnificationXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXrefnewValue
- the object representing the new valuevoid commentRemoved(UnificationXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXrefoldValue
- the object representing the removed valuevoid idChanged(UnificationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXrefvoid dbChanged(UnificationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXrefvoid idVersionChanged(UnificationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXrefvoid dbVersionChanged(UnificationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.UnificationXref