ibspan.tss.um.ontology
Interface StereotypeProfileDataListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasAgeSetChanged(StereotypeProfileData source)
          Called when hasAgeSet has changed
 void hasDressSetChanged(StereotypeProfileData source)
          Called when hasDressSet has changed
 void hasProfessionSetChanged(StereotypeProfileData source)
          Called when hasProfessionSet has changed
 void hasWealthSetChanged(StereotypeProfileData source)
          Called when hasWealthSet has changed
 

Method Detail

hasWealthSetChanged

void hasWealthSetChanged(StereotypeProfileData source)
Called when hasWealthSet has changed

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

hasDressSetChanged

void hasDressSetChanged(StereotypeProfileData source)
Called when hasDressSet has changed

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

hasProfessionSetChanged

void hasProfessionSetChanged(StereotypeProfileData source)
Called when hasProfessionSet has changed

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

hasAgeSetChanged

void hasAgeSetChanged(StereotypeProfileData source)
Called when hasAgeSet has changed

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