ibspan.tss.um.ontology
Interface UserBehaviourContextListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasParameterAdded(UserBehaviourContext source, ContextParameter newValue)
          Called when a value of hasParameter has been added
 void hasParameterRemoved(UserBehaviourContext source, ContextParameter oldValue)
          Called when a value of hasParameter has been removed
 

Method Detail

hasParameterAdded

void hasParameterAdded(UserBehaviourContext source,
                       ContextParameter newValue)
Called when a value of hasParameter has been added

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

hasParameterRemoved

void hasParameterRemoved(UserBehaviourContext source,
                         ContextParameter oldValue)
Called when a value of hasParameter has been removed

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