|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpinionSetListener
Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.OpinionSet to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
containsOpinionAdded(OpinionSet source,
Opinion newValue)
Called when a value of containsOpinion has been added |
void |
containsOpinionRemoved(OpinionSet source,
Opinion oldValue)
Called when a value of containsOpinion has been removed |
void |
wasChangedChanged(OpinionSet source)
Called when wasChanged has changed |
Method Detail |
---|
void containsOpinionAdded(OpinionSet source, Opinion newValue)
source
- the affected instance of ibspan.tss.um.ontology.OpinionSetnewValue
- the object representing the new valuevoid containsOpinionRemoved(OpinionSet source, Opinion oldValue)
source
- the affected instance of ibspan.tss.um.ontology.OpinionSetoldValue
- the object representing the removed valuevoid wasChangedChanged(OpinionSet source)
source
- the affected instance of ibspan.tss.um.ontology.OpinionSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |