|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventSessionListener
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 |
---|
void hasEventAdded(EventSession source, Event newValue)
source
- the affected instance of ibspan.tss.um.ontology.EventSessionnewValue
- the object representing the new valuevoid hasEventRemoved(EventSession source, Event oldValue)
source
- the affected instance of ibspan.tss.um.ontology.EventSessionoldValue
- the object representing the removed valuevoid startedAtChanged(EventSession source)
source
- the affected instance of ibspan.tss.um.ontology.EventSessionvoid hasSessionIDChanged(EventSession source)
source
- the affected instance of ibspan.tss.um.ontology.EventSessionvoid hasUserIDChanged(EventSession source)
source
- the affected instance of ibspan.tss.um.ontology.EventSession
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |