public interface SequenceLocationListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(SequenceLocation source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(SequenceLocation source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void commentAdded(SequenceLocation source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceLocationnewValue
- the object representing the new valuevoid commentRemoved(SequenceLocation source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceLocationoldValue
- the object representing the removed value