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.
| Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
copyright |
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.StatisticsMapnewValue - 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.StatisticsMapoldValue - the object representing the removed value