ibspan.tss.um.ontology
Interface AgeSetListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasLeftBoundChanged(AgeSet source)
          Called when hasLeftBound has changed
 void hasRightBoundChanged(AgeSet source)
          Called when hasRightBound has changed
 

Method Detail

hasRightBoundChanged

void hasRightBoundChanged(AgeSet source)
Called when hasRightBound has changed

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

hasLeftBoundChanged

void hasLeftBoundChanged(AgeSet source)
Called when hasLeftBound has changed

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