ibspan.tss.um.ontology
Interface StatisticsKeyListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasConceptURIChanged(StatisticsKey source)
          Called when hasConceptURI has changed
 void hasUserBehaviourChanged(StatisticsKey source)
          Called when hasUserBehaviour has changed
 void hasUserIDChanged(StatisticsKey source)
          Called when hasUserID has changed
 

Method Detail

hasConceptURIChanged

void hasConceptURIChanged(StatisticsKey source)
Called when hasConceptURI has changed

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

hasUserIDChanged

void hasUserIDChanged(StatisticsKey source)
Called when hasUserID has changed

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

hasUserBehaviourChanged

void hasUserBehaviourChanged(StatisticsKey source)
Called when hasUserBehaviour has changed

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