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