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.
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
copyright |
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.UserBehaviourContextnewValue
- 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.UserBehaviourContextoldValue
- the object representing the removed value