ibspan.tss.um.ontology
Interface OpinionListener

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

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

Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.Opinion to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void atIndividualProbabilityChanged(Opinion source)
          Called when atIndividualProbability has changed
 void atInferredProbabilityChanged(Opinion source)
          Called when atInferredProbability has changed
 void atNormalizedProbabilityChanged(Opinion source)
          Called when atNormalizedProbability has changed
 void hasClassificationChanged(Opinion source)
          Called when hasClassification has changed
 void isAboutChanged(Opinion source)
          Called when isAbout has changed
 

Method Detail

atIndividualProbabilityChanged

void atIndividualProbabilityChanged(Opinion source)
Called when atIndividualProbability has changed

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

atInferredProbabilityChanged

void atInferredProbabilityChanged(Opinion source)
Called when atInferredProbability has changed

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

atNormalizedProbabilityChanged

void atNormalizedProbabilityChanged(Opinion source)
Called when atNormalizedProbability has changed

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

hasClassificationChanged

void hasClassificationChanged(Opinion source)
Called when hasClassification has changed

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

isAboutChanged

void isAboutChanged(Opinion source)
Called when isAbout has changed

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