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