ibspan.tss.um.ontology
Interface NominalSetListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void containsAdded(NominalSet source, Measure newValue)
          Called when a value of contains has been added
 void containsAdded(NominalSet source, Nominal newValue)
          Called when a value of contains has been added
 void containsRemoved(NominalSet source, Measure oldValue)
          Called when a value of contains has been removed
 void containsRemoved(NominalSet source, Nominal oldValue)
          Called when a value of contains has been removed
 

Method Detail

containsAdded

void containsAdded(NominalSet source,
                   Measure newValue)
Called when a value of contains has been added

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

containsRemoved

void containsRemoved(NominalSet source,
                     Measure oldValue)
Called when a value of contains has been removed

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

containsAdded

void containsAdded(NominalSet source,
                   Nominal newValue)
Called when a value of contains has been added

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

containsRemoved

void containsRemoved(NominalSet source,
                     Nominal oldValue)
Called when a value of contains has been removed

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