ibspan.tss.layout.ontology.datamodel
Interface UserContextListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasInterfaceHostChanged(UserContext source)
          Called when hasInterfaceHost has changed
 void hasInterfacePortChanged(UserContext source)
          Called when hasInterfacePort has changed
 void hasMediaTypeChanged(UserContext source)
          Called when hasMediaType has changed
 void hasSessionIDChanged(UserContext source)
          Called when hasSessionID has changed
 void hasUserIDChanged(UserContext source)
          Called when hasUserID has changed
 

Method Detail

hasSessionIDChanged

void hasSessionIDChanged(UserContext source)
Called when hasSessionID has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.UserContext

hasUserIDChanged

void hasUserIDChanged(UserContext source)
Called when hasUserID has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.UserContext

hasInterfaceHostChanged

void hasInterfaceHostChanged(UserContext source)
Called when hasInterfaceHost has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.UserContext

hasMediaTypeChanged

void hasMediaTypeChanged(UserContext source)
Called when hasMediaType has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.UserContext

hasInterfacePortChanged

void hasInterfacePortChanged(UserContext source)
Called when hasInterfacePort has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.UserContext