|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfessionSetListener
Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.ProfessionSet to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
containsAdded(ProfessionSet source,
Measure newValue)
Called when a value of contains has been added |
void |
containsAdded(ProfessionSet source,
Nominal newValue)
Called when a value of contains has been added |
void |
containsRemoved(ProfessionSet source,
Measure oldValue)
Called when a value of contains has been removed |
void |
containsRemoved(ProfessionSet source,
Nominal oldValue)
Called when a value of contains has been removed |
Method Detail |
---|
void containsAdded(ProfessionSet source, Measure newValue)
source
- the affected instance of ibspan.tss.um.ontology.ProfessionSetnewValue
- the object representing the new valuevoid containsRemoved(ProfessionSet source, Measure oldValue)
source
- the affected instance of ibspan.tss.um.ontology.ProfessionSetoldValue
- the object representing the removed valuevoid containsAdded(ProfessionSet source, Nominal newValue)
source
- the affected instance of ibspan.tss.um.ontology.ProfessionSetnewValue
- the object representing the new valuevoid containsRemoved(ProfessionSet source, Nominal oldValue)
source
- the affected instance of ibspan.tss.um.ontology.ProfessionSetoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |