ibspan.tss.um.ontology
Interface UserProfileListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasOpinionsChanged(UserProfile source)
          Called when hasOpinions has changed
 void hasUserIDChanged(UserProfile source)
          Called when hasUserID has changed
 void hasUserProfileDataChanged(UserProfile source)
          Called when hasUserProfileData has changed
 

Method Detail

hasOpinionsChanged

void hasOpinionsChanged(UserProfile source)
Called when hasOpinions has changed

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

hasUserProfileDataChanged

void hasUserProfileDataChanged(UserProfile source)
Called when hasUserProfileData has changed

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

hasUserIDChanged

void hasUserIDChanged(UserProfile source)
Called when hasUserID has changed

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