public interface SequenceIntervalListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(SequenceInterval source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(SequenceInterval source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
sequenceIntervalBeginChanged(SequenceInterval source)
Called when sequenceIntervalBegin has changed
|
void |
sequenceIntervalEndChanged(SequenceInterval source)
Called when sequenceIntervalEnd has changed
|
void commentAdded(SequenceInterval source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceIntervalnewValue
- the object representing the new valuevoid commentRemoved(SequenceInterval source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceIntervaloldValue
- the object representing the removed valuevoid sequenceIntervalEndChanged(SequenceInterval source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceIntervalvoid sequenceIntervalBeginChanged(SequenceInterval source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.SequenceInterval