public interface PublicationXrefListener
Modifier and Type | Method and Description |
---|---|
void |
authorAdded(PublicationXref source,
java.lang.String newValue)
Called when a value of author has been added
|
void |
authorRemoved(PublicationXref source,
java.lang.String oldValue)
Called when a value of author has been removed
|
void |
commentAdded(PublicationXref source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(PublicationXref source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dbChanged(PublicationXref source)
Called when db has changed
|
void |
dbVersionChanged(PublicationXref source)
Called when dbVersion has changed
|
void |
idChanged(PublicationXref source)
Called when id has changed
|
void |
idVersionChanged(PublicationXref source)
Called when idVersion has changed
|
void |
sourceAdded(PublicationXref source,
java.lang.String newValue)
Called when a value of source has been added
|
void |
sourceRemoved(PublicationXref source,
java.lang.String oldValue)
Called when a value of source has been removed
|
void |
titleChanged(PublicationXref source)
Called when title has changed
|
void |
urlAdded(PublicationXref source,
java.lang.String newValue)
Called when a value of url has been added
|
void |
urlRemoved(PublicationXref source,
java.lang.String oldValue)
Called when a value of url has been removed
|
void |
yearChanged(PublicationXref source)
Called when year has changed
|
void commentAdded(PublicationXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefnewValue
- the object representing the new valuevoid commentRemoved(PublicationXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefoldValue
- the object representing the removed valuevoid idChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid dbChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid idVersionChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid dbVersionChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid titleChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid yearChanged(PublicationXref source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefvoid urlAdded(PublicationXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefnewValue
- the object representing the new valuevoid urlRemoved(PublicationXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefoldValue
- the object representing the removed valuevoid authorAdded(PublicationXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefnewValue
- the object representing the new valuevoid authorRemoved(PublicationXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefoldValue
- the object representing the removed valuevoid sourceAdded(PublicationXref source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefnewValue
- the object representing the new valuevoid sourceRemoved(PublicationXref source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PublicationXrefoldValue
- the object representing the removed value