ibspan.tss.um.ontology
Interface OpinionSetListener

All Superinterfaces:
com.ibm.adtech.jastor.ThingListener

public interface OpinionSetListener
extends com.ibm.adtech.jastor.ThingListener

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

containsOpinionAdded

void containsOpinionAdded(OpinionSet source,
                          Opinion newValue)
Called when a value of containsOpinion has been added

Parameters:
source - the affected instance of ibspan.tss.um.ontology.OpinionSet
newValue - the object representing the new value

containsOpinionRemoved

void containsOpinionRemoved(OpinionSet source,
                            Opinion oldValue)
Called when a value of containsOpinion has been removed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.OpinionSet
oldValue - the object representing the removed value

wasChangedChanged

void wasChangedChanged(OpinionSet source)
Called when wasChanged has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.OpinionSet