ibspan.tss.um.ontology
Interface StereotypeProfileListener

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

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

Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.StereotypeProfile 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(StereotypeProfile source)
          Called when hasOpinions has changed
 void hasStereotypeDataChanged(StereotypeProfile source)
          Called when hasStereotypeData has changed
 void hasStereotypeIDChanged(StereotypeProfile source)
          Called when hasStereotypeID has changed
 

Method Detail

hasOpinionsChanged

void hasOpinionsChanged(StereotypeProfile source)
Called when hasOpinions has changed

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

hasStereotypeDataChanged

void hasStereotypeDataChanged(StereotypeProfile source)
Called when hasStereotypeData has changed

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

hasStereotypeIDChanged

void hasStereotypeIDChanged(StereotypeProfile source)
Called when hasStereotypeID has changed

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