ibspan.tss.um.ontology
Interface EventSessionListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasEventAdded(EventSession source, Event newValue)
          Called when a value of hasEvent has been added
 void hasEventRemoved(EventSession source, Event oldValue)
          Called when a value of hasEvent has been removed
 void hasSessionIDChanged(EventSession source)
          Called when hasSessionID has changed
 void hasUserIDChanged(EventSession source)
          Called when hasUserID has changed
 void startedAtChanged(EventSession source)
          Called when startedAt has changed
 

Method Detail

hasEventAdded

void hasEventAdded(EventSession source,
                   Event newValue)
Called when a value of hasEvent has been added

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

hasEventRemoved

void hasEventRemoved(EventSession source,
                     Event oldValue)
Called when a value of hasEvent has been removed

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

startedAtChanged

void startedAtChanged(EventSession source)
Called when startedAt has changed

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

hasSessionIDChanged

void hasSessionIDChanged(EventSession source)
Called when hasSessionID has changed

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

hasUserIDChanged

void hasUserIDChanged(EventSession source)
Called when hasUserID has changed

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