public interface ProvenanceListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(Provenance source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Provenance source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
nameAdded(Provenance source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Provenance source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
xrefAdded(Provenance source,
PublicationXref newValue)
Called when a value of xref has been added
|
void |
xrefAdded(Provenance source,
UnificationXref newValue)
Called when a value of xref has been added
|
void |
xrefAdded(Provenance source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Provenance source,
PublicationXref oldValue)
Called when a value of xref has been removed
|
void |
xrefRemoved(Provenance source,
UnificationXref oldValue)
Called when a value of xref has been removed
|
void |
xrefRemoved(Provenance source,
Xref oldValue)
Called when a value of xref has been removed
|
void commentAdded(Provenance source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenancenewValue
- the object representing the new valuevoid commentRemoved(Provenance source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenanceoldValue
- the object representing the removed valuevoid nameAdded(Provenance source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenancenewValue
- the object representing the new valuevoid nameRemoved(Provenance source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenanceoldValue
- the object representing the removed valuevoid xrefAdded(Provenance source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenancenewValue
- the object representing the new valuevoid xrefRemoved(Provenance source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenanceoldValue
- the object representing the removed valuevoid xrefAdded(Provenance source, PublicationXref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenancenewValue
- the object representing the new valuevoid xrefRemoved(Provenance source, PublicationXref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenanceoldValue
- the object representing the removed valuevoid xrefAdded(Provenance source, UnificationXref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenancenewValue
- the object representing the new valuevoid xrefRemoved(Provenance source, UnificationXref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ProvenanceoldValue
- the object representing the removed value