ibspan.tss.um.ontology
Interface StatisticEntryListener

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

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

Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.StatisticEntry 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(StatisticEntry source)
          Called when hasConceptURI has changed
 void hasCountChanged(StatisticEntry source)
          Called when hasCount has changed
 void hasUserBehaviourChanged(StatisticEntry source)
          Called when hasUserBehaviour has changed
 void hasUserIDChanged(StatisticEntry source)
          Called when hasUserID has changed
 

Method Detail

hasConceptURIChanged

void hasConceptURIChanged(StatisticEntry source)
Called when hasConceptURI has changed

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

hasCountChanged

void hasCountChanged(StatisticEntry source)
Called when hasCount has changed

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

hasUserIDChanged

void hasUserIDChanged(StatisticEntry source)
Called when hasUserID has changed

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

hasUserBehaviourChanged

void hasUserBehaviourChanged(StatisticEntry source)
Called when hasUserBehaviour has changed

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