public interface SequenceSiteListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(SequenceSite source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(SequenceSite source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
positionStatusChanged(SequenceSite source)
Called when positionStatus has changed
|
void |
sequencePositionChanged(SequenceSite source)
Called when sequencePosition has changed
|
void commentAdded(SequenceSite source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceSitenewValue
- the object representing the new valuevoid commentRemoved(SequenceSite source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceSiteoldValue
- the object representing the removed valuevoid sequencePositionChanged(SequenceSite source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceSitevoid positionStatusChanged(SequenceSite source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceSite