|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WealthSetListener
Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.WealthSet 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(WealthSet source,
Measure newValue)
Called when a value of contains has been added |
void |
containsAdded(WealthSet source,
Ordinal newValue)
Called when a value of contains has been added |
void |
containsRemoved(WealthSet source,
Measure oldValue)
Called when a value of contains has been removed |
void |
containsRemoved(WealthSet source,
Ordinal oldValue)
Called when a value of contains has been removed |
Method Detail |
---|
void containsAdded(WealthSet source, Measure newValue)
source
- the affected instance of ibspan.tss.um.ontology.WealthSetnewValue
- the object representing the new valuevoid containsRemoved(WealthSet source, Measure oldValue)
source
- the affected instance of ibspan.tss.um.ontology.WealthSetoldValue
- the object representing the removed valuevoid containsAdded(WealthSet source, Ordinal newValue)
source
- the affected instance of ibspan.tss.um.ontology.WealthSetnewValue
- the object representing the new valuevoid containsRemoved(WealthSet source, Ordinal oldValue)
source
- the affected instance of ibspan.tss.um.ontology.WealthSetoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |