ibspan.tss.um.ontology
Interface StatisticsMapListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasStatisticsEntryAdded(StatisticsMap source, com.ibm.adtech.jastor.Thing newValue)
          Called when a value of hasStatisticsEntry has been added
 void hasStatisticsEntryRemoved(StatisticsMap source, com.ibm.adtech.jastor.Thing oldValue)
          Called when a value of hasStatisticsEntry has been removed
 

Method Detail

hasStatisticsEntryAdded

void hasStatisticsEntryAdded(StatisticsMap source,
                             com.ibm.adtech.jastor.Thing newValue)
Called when a value of hasStatisticsEntry has been added

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

hasStatisticsEntryRemoved

void hasStatisticsEntryRemoved(StatisticsMap source,
                               com.ibm.adtech.jastor.Thing oldValue)
Called when a value of hasStatisticsEntry has been removed

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